From f553c4cfa1f612102b807f5c69d70576ba283284 Mon Sep 17 00:00:00 2001 From: MoritzBoehme Date: Sun, 26 Dec 2021 23:35:15 +0100 Subject: [PATCH] add padding for battery module --- modules/desktop/polybar/modules.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/desktop/polybar/modules.ini b/modules/desktop/polybar/modules.ini index 3153bc4..4fa5a4b 100755 --- a/modules/desktop/polybar/modules.ini +++ b/modules/desktop/polybar/modules.ini @@ -15,6 +15,7 @@ time-format = %H:%M ; format-charging = format-charging-underline = ${colors.green} +format-charging-padding = 1 ; Available tags: ; (default) @@ -23,6 +24,7 @@ format-charging-underline = ${colors.green} ; format-discharging = format-discharging-underline = ${colors.red} +format-discharging-padding = 1 ; Available tags: ; (default) @@ -30,6 +32,7 @@ format-discharging-underline = ${colors.red} ; format-full = format-full-underline = ${colors.green} +format-full-padding = 1 ; Available tokens: ; %percentage% (default) - is set to 100 if full-at is reached