Compare commits
No commits in common. "9f12c4a733a695ab9561f80fc92623900aee21e4" and "f7e78e3cea0dacdc888110c87f8a6fc06e261b4a" have entirely different histories.
9f12c4a733
...
f7e78e3cea
2 changed files with 2 additions and 5 deletions
|
@ -26,14 +26,12 @@ in {
|
||||||
modules-right = ["tray" "group/status" "group/power"];
|
modules-right = ["tray" "group/status" "group/power"];
|
||||||
|
|
||||||
battery = {
|
battery = {
|
||||||
interval = 10;
|
interval = 60;
|
||||||
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,11 +85,10 @@ in {
|
||||||
|
|
||||||
#battery,
|
#battery,
|
||||||
#clock,
|
#clock,
|
||||||
#network,
|
|
||||||
#pulseaudio,
|
#pulseaudio,
|
||||||
#tray,
|
#tray,
|
||||||
#power-profiles-daemon {
|
#power-profiles-daemon {
|
||||||
padding: 0 0.5em;
|
padding: 0 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modules-left,
|
.modules-left,
|
||||||
|
|
Loading…
Reference in a new issue