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;