From 21c508f410503720fa338d9bc64127e6686ef86e Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 24 Aug 2020 18:56:28 -0500 Subject: [PATCH] Polybar: Use percentage instead of time I actually have a battery so large that the time fluctuates too much and is unuseable --- .config/polybar/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/polybar/config b/.config/polybar/config index 0468a47e..5246d1d4 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -115,8 +115,8 @@ format-discharging-prefix-foreground = ${res/colors.green} format-full = format-full-prefix = "Battery: " format-full-prefix-foreground = ${res/colors.green} -label-charging = %time% -label-discharging = %time% +label-charging = %percentage%% +label-discharging = %percentage%% label-full = Full bar-capacity-width = ${res/config.bar-width} bar-capacity-fill = ${res/config.bar-fill}