From 66c597e3cc8cd27c89f849bff92fab617a7fd335 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 21 Aug 2025 13:06:18 -0400 Subject: [PATCH] change icons for waybar --- waybar.nix | 47 +++++++++++++++++++---------------------------- 1 file changed, 19 insertions(+), 28 deletions(-) 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"; }; }; -- 2.54.0