non important commit
This commit is contained in:
parent
74b763e27b
commit
b111c6e5be
1 changed files with 13 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue