From d6445964e32ba88fbcf6964c32bed5493fe0c3a8 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Sun, 4 Feb 2024 19:39:11 +0000 Subject: Added space before capacacity text on battery module --- .config/yambar/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.config') diff --git a/.config/yambar/config.yml b/.config/yambar/config.yml index fbd6cd5..12b6602 100644 --- a/.config/yambar/config.yml +++ b/.config/yambar/config.yml @@ -192,7 +192,7 @@ bar: - string: {text: , font: *nerdfont} - string: {text: , font: *nerdfont} - string: {text: , foreground: ffffffff, font: *nerdfont} - - string: {text: "{capacity}% {estimate}"} + - string: {text: " {capacity}% {estimate}"} content: map: conditions: @@ -202,10 +202,10 @@ bar: <<: *discharging state == full: - string: {text: , foreground: ffffffff, font: *nerdfont} - - string: {text: "{capacity}%"} + - string: {text: " {capacity}%"} state == "not charging": - string: {text: , foreground: ffffffff, font: *nerdfont} - - string: {text: "{capacity}%"} + - string: {text: " {capacity}%"} state == charging: - ramp: tag: capacity @@ -220,4 +220,4 @@ bar: - string: {text:  , foreground: ffffffff, font: *nerdfont} - string: {text:  , foreground: ffffffff, font: *nerdfont} - string: {text:  , foreground: ffffffff, font: *nerdfont} - - string: {text: "{capacity}%"} + - string: {text: " {capacity}%"} -- cgit v1.2.3