mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-01-31 07:03:36 +00:00
~
This commit is contained in:
parent
30921fcb32
commit
8c7be12a37
1 changed files with 11 additions and 2 deletions
|
@ -74,7 +74,7 @@ in
|
||||||
font-0 = "GohuFont:style=Regular:size=14;3";
|
font-0 = "GohuFont:style=Regular:size=14;3";
|
||||||
modules-left = "cpu memory";
|
modules-left = "cpu memory";
|
||||||
modules-center = "xwindow";
|
modules-center = "xwindow";
|
||||||
modules-right = "date";
|
modules-right = "battery date";
|
||||||
module-margin = 1;
|
module-margin = 1;
|
||||||
offset-y = 14;
|
offset-y = 14;
|
||||||
padding = 2;
|
padding = 2;
|
||||||
|
@ -98,11 +98,20 @@ in
|
||||||
type = "internal/xwindow";
|
type = "internal/xwindow";
|
||||||
label-active-font = 0;
|
label-active-font = 0;
|
||||||
};
|
};
|
||||||
|
"module/battery" = {
|
||||||
|
type = "internal/battery";
|
||||||
|
battery = "BAT0";
|
||||||
|
adapter = "ADP1";
|
||||||
|
label-charging = "BAT: %percentage%%++";
|
||||||
|
label-discharging = "BAT: %percentage%%";
|
||||||
|
label-background = color1;
|
||||||
|
label-padding = 2;
|
||||||
|
};
|
||||||
"module/date" = {
|
"module/date" = {
|
||||||
type = "internal/date";
|
type = "internal/date";
|
||||||
date = "%b %d %y";
|
date = "%b %d %y";
|
||||||
time = "%I:%M %p";
|
time = "%I:%M %p";
|
||||||
label-background = color2;
|
label-background = color0;
|
||||||
label-padding = 2;
|
label-padding = 2;
|
||||||
interval = 5;
|
interval = 5;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue