From b111c6e5be328714cc84ae54fbcbe7699906774e Mon Sep 17 00:00:00 2001 From: benstrb Date: Sun, 11 Jan 2026 15:56:19 +0100 Subject: [PATCH] non important commit --- home/modules/polybar.nix | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/home/modules/polybar.nix b/home/modules/polybar.nix index 3f4e8b6..cbf8275 100644 --- a/home/modules/polybar.nix +++ b/home/modules/polybar.nix @@ -17,7 +17,7 @@ radius = 0; fixed-center = true; - background = "#00000000"; + background = "#f000f0a0"; foreground = "#d8dee9"; line-size = 3; @@ -33,7 +33,6 @@ modules-left = "bspwm"; modules-center = "date"; - modules-right = "cpu memory battery"; cursor-click = "pointer"; }; @@ -62,7 +61,6 @@ modules-left = "bspwm"; modules-center = "date"; - modules-right = "cpu memory battery"; cursor-click = "pointer"; }; @@ -70,7 +68,18 @@ "module/bspwm" = { type = "internal/bspwm"; - label-focused = "%name%"; + ws-icon-0 = "1;○"; + ws-icon-1 = "2;○"; + ws-icon-2 = "3;○"; + ws-icon-3 = "4;○"; + ws-icon-4 = "5;○"; + ws-icon-5 = "6;○"; + ws-icon-6 = "7;○"; + ws-icon-7 = "8;○"; + ws-icon-8 = "9;○"; + ws-icon-default = "○"; + + label-focused = "●"; label-focused-background = "#88c0d0"; label-focused-foreground = "#2e3440"; label-focused-padding = 2;