non important commit

This commit is contained in:
benstrb 2026-01-11 15:56:19 +01:00
parent 74b763e27b
commit b111c6e5be

View file

@ -17,7 +17,7 @@
radius = 0; radius = 0;
fixed-center = true; fixed-center = true;
background = "#00000000"; background = "#f000f0a0";
foreground = "#d8dee9"; foreground = "#d8dee9";
line-size = 3; line-size = 3;
@ -33,7 +33,6 @@
modules-left = "bspwm"; modules-left = "bspwm";
modules-center = "date"; modules-center = "date";
modules-right = "cpu memory battery";
cursor-click = "pointer"; cursor-click = "pointer";
}; };
@ -62,7 +61,6 @@
modules-left = "bspwm"; modules-left = "bspwm";
modules-center = "date"; modules-center = "date";
modules-right = "cpu memory battery";
cursor-click = "pointer"; cursor-click = "pointer";
}; };
@ -70,7 +68,18 @@
"module/bspwm" = { "module/bspwm" = {
type = "internal/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-background = "#88c0d0";
label-focused-foreground = "#2e3440"; label-focused-foreground = "#2e3440";
label-focused-padding = 2; label-focused-padding = 2;