1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-04 04:33:09 +00:00
This commit is contained in:
Rae 5e 2024-12-28 22:34:51 -05:00
parent afcb8e2148
commit 9fd9186f49
3 changed files with 9 additions and 5 deletions

View file

@ -26,6 +26,7 @@
module-margin = 1;
offset-y = 14;
padding = 2;
bottom = true;
};
"module/cpu" = {
@ -50,10 +51,10 @@
type = "internal/xworkspaces";
enable-scroll = false;
label-active = "%name%";
label-active-background = color2;
label-active-background = color1;
label-active-padding = 1;
label-occupied = "%name%";
label-occupied-foreground = "#fff";
label-occupied-background = color2;
label-occupied-padding = 1;
label-empty = "%name%";
label-empty-foreground = "#fff";
@ -78,7 +79,7 @@
type = "internal/date";
date = "%b %d %y";
time = "%I:%M %p";
label-background = color0;
label-background = color2;
label-padding = 2;
interval = 5;
};