diff options
Diffstat (limited to '.config/yambar')
-rw-r--r-- | .config/yambar/config.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/yambar/config.yml b/.config/yambar/config.yml index 6629489..c9bbf3c 100644 --- a/.config/yambar/config.yml +++ b/.config/yambar/config.yml @@ -166,7 +166,9 @@ bar: conditions: state == up: - string: { text: , font: *nerdfont, foreground: ffffff66 } - state == down || unknown: + state == down: + - string: { text: , font: *nerdfont, foreground: ffffffff } + state == unknown: - string: { text: , font: *nerdfont, foreground: ffffffff } - battery: name: BAT0 |