diff --git a/homeConfigs/global/wayland/waybar.nix b/homeConfigs/global/wayland/waybar.nix index a4c5874..446fea7 100644 --- a/homeConfigs/global/wayland/waybar.nix +++ b/homeConfigs/global/wayland/waybar.nix @@ -2,21 +2,11 @@ { programs.waybar.enable = true; - /* - - .modules-right { - background-color: #1e1e2e; - padding-left: 10px; - padding-right: 10px; - padding-top: 5px; - padding-bottom: 5px; - border-radius: 10px; - } - */ programs.waybar.style = '' * { font-family: "Iosevka Nerd Font"; font-size: 14px; + background-color: transparent; } .modules-right {