logo

dotfiles

My dotfiles, one branch per machine
commit: afc3ad9e4b2c8e82b45ffb5924018217b91da5be
parent: ae2bac5adaab8db4c1343132f22567087262b34d
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 21 Jun 2019 07:54:41 +0200

waybar/config: battery

Diffstat:

M.config/waybar/config13+++++--------
1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/.config/waybar/config b/.config/waybar/config @@ -47,17 +47,14 @@ }, "battery": { "states": { - // "good": 95, + "good": 95, "warning": 30, "critical": 15 }, - "format": "{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": [ "", "", "", "", "" ] + "format": "{time} {capacity}%", + "format-full": "{capacity}% 🔋", + "format-charging": "{capacity}% ☇", + "format-plugged": "{capacity}% 🔌" }, "battery#bat2": {"bat": "BAT2"}, "network": {