diff --git a/home-manager/common/desktops/hyprland/themes/stylix/waybar-conf.nix b/home-manager/common/desktops/hyprland/themes/stylix/waybar-conf.nix index 3e60518f..73516807 100644 --- a/home-manager/common/desktops/hyprland/themes/stylix/waybar-conf.nix +++ b/home-manager/common/desktops/hyprland/themes/stylix/waybar-conf.nix @@ -131,17 +131,13 @@ padding = "15px"; }; workspaces = { - button.visible = { - font-size = "15px"; - border-radius = "50px"; - padding = "0px 5px"; - margin = "5px"; - }; - button = { - font-size = "15px"; - border-radius = "50px"; - padding = "0px 5px"; - margin = "5px"; + button = { + visible = { + font-size = "15px"; + border-radius = "50px"; + padding = "0px 5px"; + margin = "5px"; + }; }; }; };