waybar battery update
This commit is contained in:
parent
4653091898
commit
df572e5554
2 changed files with 17 additions and 1 deletions
|
|
@ -28,6 +28,11 @@ in {
|
|||
format = " {:%H:%M:%S}";
|
||||
format-alt = " {:%a %d %b %Y}";
|
||||
};
|
||||
"battery" = {
|
||||
format = "{icon} {capacity}%";
|
||||
format-critical = "{icon} {time}";
|
||||
format-time = "{H}h {M}s";
|
||||
};
|
||||
"cpu" = {
|
||||
format = " {usage}%";
|
||||
};
|
||||
|
|
@ -52,6 +57,11 @@ in {
|
|||
format = "{:%H\n%M\n%S}";
|
||||
format-alt = "{:%d\n%m\n%y}";
|
||||
};
|
||||
"battery" = {
|
||||
format = "{icon} {capacity}";
|
||||
format-critical = "{icon} {time}";
|
||||
format-time = "{m}m";
|
||||
};
|
||||
"cpu" = {
|
||||
format = " {usage}";
|
||||
};
|
||||
|
|
@ -103,7 +113,10 @@ in {
|
|||
|
||||
"battery" = {
|
||||
interval = 3;
|
||||
# TODO This needs to be fixed
|
||||
format-icons = ["" "" "" "" ""];
|
||||
states = {
|
||||
critical = 15;
|
||||
};
|
||||
};
|
||||
|
||||
"hyprland/workspaces" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue