diff --git a/modules/home/desktop/status-bar/default.nix b/modules/home/desktop/status-bar/default.nix index c8db9ef..4818491 100644 --- a/modules/home/desktop/status-bar/default.nix +++ b/modules/home/desktop/status-bar/default.nix @@ -16,6 +16,12 @@ modules-right = [ "clock" ]; } ]; + style = # css + '' + window#waybar { + background-color: rgba(0, 0, 0, 0); + } + ''; }; }) ];