From: Andrew Date: Thu, 21 Aug 2025 17:06:18 +0000 (-0400) Subject: change icons for waybar X-Git-Url: http://git.skullheadx.com/nixos/static/gitweb.css?a=commitdiff_plain;h=66c597e3cc8cd27c89f849bff92fab617a7fd335;p=nixos.git change icons for waybar --- diff --git a/waybar.nix b/waybar.nix index 59a66ba..352c403 100644 --- a/waybar.nix +++ b/waybar.nix @@ -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 = "{:%Y %B}\n{calendar}"; 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"; }; };