From 072e0516321fee2269b2731e77b6fbed4169f544 Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Fri, 23 Oct 2020 20:36:51 +0200 Subject: [PATCH] Move battery icons to the left --- .config/waybar/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/waybar/config b/.config/waybar/config index 3c2bbc6..0d58b01 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -39,8 +39,8 @@ }, "format": " {capacity}%", "format-alt": "{time} ", - "format-charging": "{capacity}% ", - "format-plugged": "{capacity}% " + "format-charging": " {capacity}%", + "format-plugged": " {capacity}%" // "format-good": "", // An empty format will hide the module // "format-full": "" // "format-icons": ["", "", "", "", "", "", ""]