From 0b25b4b7a38945976ded9a5d521c2f5655745349 Mon Sep 17 00:00:00 2001 From: benstrb Date: Sat, 31 Jan 2026 11:29:55 +0100 Subject: [PATCH] non important commit --- home/modules/waybar.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/modules/waybar.nix b/home/modules/waybar.nix index 6edc836..1bd0eab 100644 --- a/home/modules/waybar.nix +++ b/home/modules/waybar.nix @@ -53,7 +53,7 @@ /* Workspaces */ #workspaces { - background-color: @base; + background-color: transparent; border-radius: 8px; border: 1px solid alpha(@text, 0.15); } @@ -83,7 +83,7 @@ /* Clock */ #clock { - background-color: @base; + background-color: transparent; border-radius: 8px; border: 1px solid alpha(@text, 0.15); color: @gold;