diff --git a/modules/home/desktop/hyprland/default.nix b/modules/home/desktop/hyprland/default.nix index 0e325a6..d386c6b 100644 --- a/modules/home/desktop/hyprland/default.nix +++ b/modules/home/desktop/hyprland/default.nix @@ -738,25 +738,16 @@ in { transition-duration: 0.5s; } - .modules-left { - border-top-left-radius: 16px; - border-top-right-radius: 16px; - border-bottom-left-radius: 0px; - border-bottom-right-radius: 0px; - background-color: @base00; - color: @base05; - padding: 0 0.5em; - } + .modules-left, .modules-right { - border-top-left-radius: 16px; - border-top-right-radius: 16px; + border-top-left-radius: 12px; + border-top-right-radius: 12px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; background-color: @base00; color: @base05; padding: 0 0.5em; } - tooltip { background: @base01; border: 1px solid @base0E;