diff --git a/hyprland.conf b/hyprland.conf index 1346106..362f990 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -32,8 +32,8 @@ gestures { general { # Gaps and border - gaps_in = 0 - gaps_out = 0 + gaps_in = 5 + gaps_out = 10 gaps_workspaces = 0 border_size = 0 diff --git a/hyprland/decoration.conf b/hyprland/decoration.conf index e9171e2..2f2ef72 100644 --- a/hyprland/decoration.conf +++ b/hyprland/decoration.conf @@ -1,23 +1,22 @@ decoration { - rounding = 0 + rounding = 10 blur { - enabled = false + enabled = true xray = true special = false ignore_opacity = true # Allows opacity blurring new_optimizations = true - size = 10 - passes = 4 + size = 8 + passes = 2 popups = true } shadow { enabled = true - range = 100 - render_power = 4 - color = rgba(0000004A) - scale = 0.98 + range = 5 + render_power = 3 + color = rgba(000000a4) } # Dim diff --git a/hyprland/rules.conf b/hyprland/rules.conf index 4fa0a15..7a688b1 100644 --- a/hyprland/rules.conf +++ b/hyprland/rules.conf @@ -1,10 +1,7 @@ # ######## Window rules ######## -windowrulev2 = opacity 0.95 override, floating:0, fullscreen:0 # Applies transparency to tiled and not fullscreen windows -windowrulev2 = noshadow, floating:0 # No shadow for tiled windows +windowrulev2 = opacity 0.95 override, fullscreen:0 # Applies transparency to tiled and not fullscreen windows windowrulev2 = center 1, floating:1, xwayland:0 # Center all floating windows (not xwayland cause popups) -windowrulev2 = bordersize 2, floating:1 - # Float windowrule = float, guifetch # FlafyDev/guifetch windowrule = float, yad @@ -36,7 +33,7 @@ windowrule = center 1, nwg-look windowrule = workspace special:sysmon, btop windowrule = workspace special:music, feishin|Spotify|Supersonic windowrulev2 = workspace special:music, initialTitle:Spotify( Free)? # Spotify wayland, it has no class for some reason -windowrule = workspace special:communication, vesktop|whatsapp +windowrule = workspace special:communication, equibop|vesktop|whatsapp windowrule = workspace special:todo, Todoist # Dialogs @@ -69,7 +66,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, gapsin:5, bordersize:2 +workspace = s[true], bordersize:2 # ######## Layer rules ######## layerrule = animation fade, hyprpicker # Colour picker out animation