diff options
Diffstat (limited to 'waybar.nix')
| -rw-r--r-- | waybar.nix | 47 |
1 files changed, 19 insertions, 28 deletions
@@ -6,7 +6,7 @@ settings = [ { output = [ "DP-3" ]; - height = 37; # Waybar height + height = 24; # Waybar height spacing = 4; # Gaps between modules modules-left = [ @@ -18,12 +18,11 @@ "mpris" ]; modules-right = [ + "tray" "idle_inhibitor" - "load" "wireplumber" - "clock" "battery" - "tray" + "clock" ]; "hyprland/workspaces" = { @@ -34,12 +33,14 @@ format = "{icon}"; format-icons = { "1" = ""; - "2" = ""; - "3" = ""; - "4" = ""; - "5" = ""; - "9" = ""; - "10" = ""; + "2" = ""; + "3" = ""; + "4" = "4"; + "5" = "5"; + "6" = ""; + "7" = ""; + "8" = ""; + "9" = "9"; }; }; @@ -65,23 +66,11 @@ }; }; - idle_inhibitor = { - format = "{icon}"; - format-icons = { - activated = ""; - deactivated = ""; - }; - }; - tray = { icon-size = 14; spacing = 10; }; - load = { - format = " {}"; - }; - clock = { tooltip-format = "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"; format-alt = "{:%Y-%m-%d}"; @@ -150,12 +139,14 @@ format = "{icon}"; format-icons = { "1" = ""; - "2" = ""; - "3" = ""; - "4" = ""; - "5" = ""; - "9" = ""; - "10" = ""; + "2" = ""; + "3" = ""; + "4" = "4"; + "5" = "5"; + "6" = ""; + "7" = ""; + "8" = ""; + "9" = "9"; }; }; |
