From a54de7e35675db334578668a8b8b379b0dc7c35e Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Wed, 29 May 2024 20:19:03 +0100 Subject: Fixed Yambar config for network module as was adding 'tag unknown not found' --- .config/yambar/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3