diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-05-28 20:11:14 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-05-28 20:11:14 +0100 |
commit | 55cd594df00593d3ff72c0947fa608b7a9e362cd (patch) | |
tree | 3b0fd7e0da0df0c3c67aaefa0283018f6b93697a /.config/yambar/config.yml | |
parent | 51e4da34ea757e3478292b51b010010cb47fb57c (diff) |
Updated Yambar config to add defaults to network modules
Diffstat (limited to '.config/yambar/config.yml')
-rw-r--r-- | .config/yambar/config.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.config/yambar/config.yml b/.config/yambar/config.yml index d8193c9..6629489 100644 --- a/.config/yambar/config.yml +++ b/.config/yambar/config.yml @@ -148,6 +148,8 @@ bar: conditions: name == enp5s0: map: + default: + - string: { text: , font: *nerdfont, foreground: ffffffff } conditions: state == up: - string: { text: , font: *nerdfont, foreground: ffffffff } @@ -159,10 +161,12 @@ bar: conditions: name == wlp3s0: map: + default: + - string: { text: , font: *nerdfont, foreground: ffffffff } conditions: state == up: - string: { text: , font: *nerdfont, foreground: ffffff66 } - state == down: + state == down || unknown: - string: { text: , font: *nerdfont, foreground: ffffffff } - battery: name: BAT0 |