From 55cd594df00593d3ff72c0947fa608b7a9e362cd Mon Sep 17 00:00:00 2001
From: Justine Smithies <justine@smithies.me.uk>
Date: Tue, 28 May 2024 20:11:14 +0100
Subject: Updated Yambar config to add defaults to network modules

---
 .config/yambar/config.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

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
-- 
cgit v1.2.3