From 3e3922be094a13ece24f76f9b81801429e01611f Mon Sep 17 00:00:00 2001 From: unexplrd Date: Fri, 7 Mar 2025 18:09:14 +0200 Subject: [PATCH] t --- modules/home/desktop/hyprland/default.nix | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) 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;