From c51c971d6dd88eb2f17f465e78602982528311c6 Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 20 Jun 2018 14:00:43 -0500 Subject: [PATCH] Polybar: Add charging indicator to battery module --- .config/polybar/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/polybar/config b/.config/polybar/config index a1cd501a..1d7435e1 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -152,9 +152,9 @@ time-format = %H:%M full-at = 98 interval = 15 -label-charging = %percentage%% +label-charging = %percentage%%, charging label-discharging = %percentage%% -label-full = %percentage%% +label-full = %percentage%%, full [module/cpu] type = internal/cpu