diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2023-05-22 12:25:23 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2023-05-22 12:25:23 +0200 |
commit | 6f2fa37f83aac39a00df128ae41896307a81e2f7 (patch) | |
tree | 7ab786e255538f4cc41e9e8f19747e58b9002c32 /waybar | |
parent | 3f0d90e1e2f190756d0d1d84ca74a7f169ec26d3 (diff) | |
download | dotfiles-6f2fa37f83aac39a00df128ae41896307a81e2f7.tar.gz |
waybar
Diffstat (limited to 'waybar')
-rw-r--r-- | waybar/config | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/waybar/config b/waybar/config index 07ea382..53a5dcb 100644 --- a/waybar/config +++ b/waybar/config @@ -115,12 +115,10 @@ "warning": 30, "critical": 15 }, - "format": "{capacity}% {icon}", + "format": "{time} {capacity}% {icon}", "format-charging": "{capacity}% ", "format-plugged": "{capacity}% ", "format-alt": "{time} {icon}", - // "format-good": "", // An empty format will hide the module - // "format-full": "", "format-icons": ["", "", "", "", ""] }, "battery#bat2": { |