home/programs/waybar: add battery status for charging
This commit is contained in:
parent
f7e78e3cea
commit
0cedd04b81
1 changed files with 3 additions and 1 deletions
|
@ -26,12 +26,14 @@ in {
|
|||
modules-right = ["tray" "group/status" "group/power"];
|
||||
|
||||
battery = {
|
||||
interval = 60;
|
||||
interval = 10;
|
||||
states = {
|
||||
warning = 30;
|
||||
critical = 15;
|
||||
};
|
||||
format = "{icon} {capacity}%";
|
||||
format-charging = " {capacity}% - {time}";
|
||||
format-full = " {capacity}% - Full";
|
||||
format-icons = [
|
||||
""
|
||||
""
|
||||
|
|
Loading…
Reference in a new issue