Compare commits
2 commits
f7e78e3cea
...
9f12c4a733
Author | SHA1 | Date | |
---|---|---|---|
9f12c4a733 | |||
0cedd04b81 |
2 changed files with 5 additions and 2 deletions
|
@ -26,12 +26,14 @@ in {
|
||||||
modules-right = ["tray" "group/status" "group/power"];
|
modules-right = ["tray" "group/status" "group/power"];
|
||||||
|
|
||||||
battery = {
|
battery = {
|
||||||
interval = 60;
|
interval = 10;
|
||||||
states = {
|
states = {
|
||||||
warning = 30;
|
warning = 30;
|
||||||
critical = 15;
|
critical = 15;
|
||||||
};
|
};
|
||||||
format = "{icon} {capacity}%";
|
format = "{icon} {capacity}%";
|
||||||
|
format-charging = " {capacity}% - {time}";
|
||||||
|
format-full = " {capacity}% - Full";
|
||||||
format-icons = [
|
format-icons = [
|
||||||
""
|
""
|
||||||
""
|
""
|
||||||
|
|
|
@ -85,10 +85,11 @@ in {
|
||||||
|
|
||||||
#battery,
|
#battery,
|
||||||
#clock,
|
#clock,
|
||||||
|
#network,
|
||||||
#pulseaudio,
|
#pulseaudio,
|
||||||
#tray,
|
#tray,
|
||||||
#power-profiles-daemon {
|
#power-profiles-daemon {
|
||||||
padding: 0 0.8em;
|
padding: 0 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modules-left,
|
.modules-left,
|
||||||
|
|
Loading…
Reference in a new issue