yep, more dotfiles

waybar: fix spacing in workspaces

wiro.world 69ba191c f0894694

verified
Changed files
+8 -7
home-manager
fragments
+8 -7
home-manager/fragments/waybar.nix
···
mode = "hide";
ipc = true;
position = "bottom";
+
output = ["eDP-1"];
modules-left = [
"sway/workspaces"
···
disable-scroll = true;
format = "{name} {icon}";
format-icons = {
-
default = "";
+
default = " ";
-
"1" = "";
-
"2" = "";
-
"3" = "";
-
"4" = "";
-
"9" = "";
-
"10" = "";
+
"1" = " ";
+
"2" = " ";
+
"3" = " ";
+
"4" = " ";
+
"9" = " ";
+
"10" = " ";
};
};