diff --git a/home/modules/polybar.nix b/home/modules/polybar.nix index cbf8275..c71f41c 100644 --- a/home/modules/polybar.nix +++ b/home/modules/polybar.nix @@ -17,7 +17,7 @@ radius = 0; fixed-center = true; - background = "#f000f0a0"; + background = "#f000f0"; foreground = "#d8dee9"; line-size = 3; @@ -68,23 +68,22 @@ "module/bspwm" = { type = "internal/bspwm"; - 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-0 = "I;○"; + ws-icon-1 = "II;○"; + ws-icon-2 = "III;○"; + ws-icon-3 = "IV;○"; + ws-icon-4 = "V;○"; + ws-icon-5 = "VI;○"; + ws-icon-6 = "VII;○"; + ws-icon-7 = "VIII;○"; + ws-icon-8 = "IX;○"; ws-icon-default = "○"; label-focused = "●"; - label-focused-background = "#88c0d0"; - label-focused-foreground = "#2e3440"; + label-focused-foreground = "#ffb3d9"; label-focused-padding = 2; - label-occupied = "%name%"; + label-occupied = "●"; label-occupied-padding = 2; label-occupied-foreground = "#d8dee9"; @@ -92,7 +91,7 @@ label-urgent-background = "#bf616a"; label-urgent-padding = 2; - label-empty = "%name%"; + label-empty = "○"; label-empty-foreground = "#4c566a"; label-empty-padding = 2; };