diff --git a/hyprland/colours.conf b/hyprland/colours.conf index 9eb74de..83bb183 100644 --- a/hyprland/colours.conf +++ b/hyprland/colours.conf @@ -3,8 +3,8 @@ exec = ~/.config/hypr/scripts/gen-scheme.fish source = ~/.config/hypr/scheme/current.conf general { - col.active_border = rgba($lavenderd5) - col.inactive_border = rgba($surface0d5) + col.active_border = rgb($subtext1) + col.inactive_border = rgba($subtext194) } -windowrulev2 = bordercolor rgba($maroone2) rgba($maroon52), pinned:1 +windowrulev2 = bordercolor rgb($maroon) rgba($maroon94), pinned:1 diff --git a/hyprland/decoration.conf b/hyprland/decoration.conf index 182bd64..e9171e2 100644 --- a/hyprland/decoration.conf +++ b/hyprland/decoration.conf @@ -14,11 +14,10 @@ decoration { shadow { enabled = true - ignore_window = true - range = 20 - offset = 0 2 + range = 100 render_power = 4 - color = rgba(0000002A) + color = rgba(0000004A) + scale = 0.98 } # Dim diff --git a/hyprland/rules.conf b/hyprland/rules.conf index da02508..bd8a930 100644 --- a/hyprland/rules.conf +++ b/hyprland/rules.conf @@ -4,7 +4,6 @@ windowrulev2 = noshadow, floating:0 # No shadow for tiled windows windowrulev2 = center 1, floating:1, xwayland:0 # Center all floating windows (not xwayland cause popups) windowrulev2 = bordersize 2, floating:1 -windowrulev2 = rounding 15, floating:1 # Float windowrule = float, guifetch # FlafyDev/guifetch @@ -70,7 +69,7 @@ windowrulev2 = noshadow, xwayland:1, title:win[0-9]+ windowrulev2 = rounding 10, xwayland:1, title:win[0-9]+ # ######## Workspace rules ######## -workspace = s[true], gapsout:10, bordersize:1 +workspace = s[true], gapsout:10, gapsin:5, bordersize:2 # ######## Layer rules ######## layerrule = animation fade, hyprpicker # Colour picker out animation