Switch the theme so only the tiles are white
diff --git a/src/apps/personal/waybar.nix b/src/apps/personal/waybar.nix
index 1525c42..bfaa2ca 100644
--- a/src/apps/personal/waybar.nix
+++ b/src/apps/personal/waybar.nix
@@ -7,7 +7,7 @@
                 background: rgba(0, 0, 0, 0);
             }
 
-            window#waybar * {
+            window#waybar * * * {
                 background: @theme_base_color;
                 color: @theme_text_color;
             }