From 7c5ad89f942e643ea60f3770addc7b36cde40c3d Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 18 Dec 2021 10:37:11 +0100 Subject: [PATCH] polybar: don't reserve space for battery percentage Usually, it does not move fast, unlike other percentage values. --- dotfiles/polybar.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dotfiles/polybar.conf b/dotfiles/polybar.conf index f48b989..bae9b26 100644 --- a/dotfiles/polybar.conf +++ b/dotfiles/polybar.conf @@ -111,13 +111,13 @@ label = %date%  %time% type = internal/battery poll-interval = 10 format-charging = -label-charging =  %percentage: 2%% +label-charging =  %percentage%% format-discharging = -label-discharging = %percentage: 2%% +label-discharging = %percentage%% format-full = label-full =  format-low = -label-low = %percentage: 2%% +label-low = %percentage%% label-low-foreground = ${colors.warning} animation-low-foreground = ${colors.warning} full-at = 99