summaryrefslogtreecommitdiffstats
path: root/waybar.nix
diff options
context:
space:
mode:
authorAndrew <admonty1@protonmail.com>2025-08-21 13:06:18 -0400
committerAndrew <admonty1@protonmail.com>2025-08-21 13:06:18 -0400
commit66c597e3cc8cd27c89f849bff92fab617a7fd335 (patch)
tree97aefb6c31c9ba5043543919c18df266d2f5c507 /waybar.nix
parentformat (diff)
downloadnixos-66c597e3cc8cd27c89f849bff92fab617a7fd335.tar.gz
nixos-66c597e3cc8cd27c89f849bff92fab617a7fd335.tar.bz2
nixos-66c597e3cc8cd27c89f849bff92fab617a7fd335.zip
change icons for waybar
Diffstat (limited to '')
-rw-r--r--waybar.nix47
1 files 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 = "<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";
};
};