diff options
Diffstat (limited to '.config/yambar')
-rw-r--r-- | .config/yambar/config.yml | 8 |
1 files changed, 4 insertions, 4 deletions
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}%"} |