]> Skullheadx's Git Forge - nixos.git/commitdiff
change icons for waybar
authorAndrew <admonty1@protonmail.com>
Thu, 21 Aug 2025 17:06:18 +0000 (13:06 -0400)
committerAndrew <admonty1@protonmail.com>
Thu, 21 Aug 2025 17:06:18 +0000 (13:06 -0400)
waybar.nix

index 59a66ba2a301622fa37d4891715a8349fef36dc5..352c403a737e30a0fab96d2e1cd3540a80c83ed7 100644 (file)
@@ -6,7 +6,7 @@
     settings = [
       {
         output = [ "DP-3" ];
-        height = 37; # Waybar height
+        height = 24; # Waybar height
         spacing = 4; # Gaps between modules
 
         modules-left = [
           "mpris"
         ];
         modules-right = [
+          "tray"
           "idle_inhibitor"
-          "load"
           "wireplumber"
-          "clock"
           "battery"
-          "tray"
+          "clock"
         ];
 
         "hyprland/workspaces" = {
           format = "{icon}";
           format-icons = {
             "1" = "";
-            "2" = "";
-            "3" = "";
-            "4" = "";
-            "5" = "";
-            "9" = "";
-            "10" = "";
+            "2" = "";
+            "3" = "";
+            "4" = "4";
+            "5" = "5";
+           "6" = "";
+           "7" = "";
+           "8" = "";
+            "9" = "9";
           };
         };
 
           };
         };
 
-        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}";
           format = "{icon}";
           format-icons = {
             "1" = "";
-            "2" = "";
-            "3" = "";
-            "4" = "";
-            "5" = "";
-            "9" = "";
-            "10" = "";
+            "2" = "";
+            "3" = "";
+            "4" = "4";
+            "5" = "5";
+           "6" = "";
+           "7" = "";
+           "8" = "";
+            "9" = "9";
           };
         };