From 88729145773363552285b2120d3a4aeb52264b02 Mon Sep 17 00:00:00 2001 From: Ayush Dumasia Date: Sat, 7 Jun 2025 22:42:10 +0530 Subject: [PATCH] =?UTF-8?q?fix=20=F0=9F=90=9E:=20Some=20changes=20in=20hyp?= =?UTF-8?q?rland?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fastfetch/config.jsonc | 2 +- hypr/hyprland.conf | 92 ++++++++++++++++++++++++------------------ 2 files changed, 53 insertions(+), 41 deletions(-) diff --git a/fastfetch/config.jsonc b/fastfetch/config.jsonc index 0c424ee..e144def 100644 --- a/fastfetch/config.jsonc +++ b/fastfetch/config.jsonc @@ -2,7 +2,7 @@ { "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "logo": { - "type": "small", + "type": "none", "padding": { "top": 2, "right": 2 diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index c5cdaba..0fe1f81 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -35,6 +35,7 @@ exec-once = [workspace 2] $terminal ############################# # windowrule = opacity 1 override 1 override 1.0 override, class:Code #windowrule = opacity 1 override 1 override 1.0 override, class:zen +# layerrule = blur,waybar windowrulev2 = workspace 1, class:zen windowrulev2 = workspace 1, class:firefox-bin windowrulev2 = workspace 1, class:obsidian @@ -76,14 +77,14 @@ general { decoration { dim_special = 0.2 rounding = 6 - #rounding = 20 active_opacity = 1 inactive_opacity = 1 shadow { enabled = true - # range = 3 - # render_power = 1 + range = 3 + offset = 20 20 + render_power = 1 } blur { @@ -94,58 +95,69 @@ decoration { vibrancy = 0.1000 ignore_opacity = true } + blurls = rofi + layerrule = blur, class:^(rofi)$ + layerrule = ignorealpha 0.3, rofi + + shadow { + enabled = true + range = 50 + render_power = 3 + # color = $background + scale = 0.9 + } } animations { enabled = true - # bezier = easeOutBack, 0.34, 1.56, 0.64, 1 -# bezier = sideDown, 0.3, 1, 0.7, 1 + bezier = easeOutBack, 0.34, 1.56, 0.64, 1 + bezier = sideDown, 0.3, 1, 0.7, 1 -# # animation = windowsIn, 1, 2.5, easeOutBack, popin 90% -# bezier = easeOutQuint, 0.23, 1, 0.32, 1 -# bezier = easeInOutCubic, 0.65, 0.05, 0.36, 1 -# bezier = linear, 0, 0, 1, 1 -# bezier = almostLinear, 0.5, 0.5, 0.75, 1.0 -# bezier = quick, 0.15, 0, 0.1, 1 + # animation = windowsIn, 1, 2.5, easeOutBack, popin 90% + bezier = easeOutQuint, 0.23, 1, 0.32, 1 + bezier = easeInOutCubic, 0.65, 0.05, 0.36, 1 + bezier = linear, 0, 0, 1, 1 + bezier = almostLinear, 0.5, 0.5, 0.75, 1.0 + bezier = quick, 0.15, 0, 0.1, 1 -# # # General window animations -# animation = windowsIn, 1, 2.5, easeOutQuint, slide -# animation = windowsOut, 1, 2.5,sideDown, slide -# animation = windows, 1, 5.0, easeOutQuint +# # General window animations + animation = windowsIn, 1, 2.5, easeOutQuint, slide + animation = windowsOut, 1, 2.5,sideDown, slide + animation = windows, 1, 5.0, easeOutQuint -# # # Fade animations -# animation = fadeIn, 1, 2.0, almostLinear -# animation = fadeOut, 1, 1.8, almostLinear -# animation = fade, 1, 2.8, quick +# # Fade animations + animation = fadeIn, 1, 2.0, almostLinear + animation = fadeOut, 1, 1.8, almostLinear + animation = fade, 1, 2.8, quick # # # Layer animations -# animation = layers, 1, 3.2, easeOutQuint -# animation = layersIn, 1, 3.6, easeOutQuint, fade -# animation = layersOut, 1, 2.0, easeInOutCubic, fade -# animation = fadeLayersIn, 1, 1.7, almostLinear -# animation = fadeLayersOut, 1, 1.4, almostLinear + animation = layers, 1, 3.2, easeOutQuint + animation = layersIn, 1, 3.6, easeOutQuint, fade + animation = layersOut, 1, 2.0, easeInOutCubic, fade + animation = fadeLayersIn, 1, 1.7, almostLinear + animation = fadeLayersOut, 1, 1.4, almostLinear -# # # Workspace animations -# animation = workspaces, 1, 2.0, easeInOutCubic, slide -# animation = workspacesIn, 1, 3.0, easeInOutCubic, slide -# animation = workspacesOut, 1, 3.0, easeInOutCubic, slide +# # Workspace animations + animation = workspaces, 1, 2.0, easeInOutCubic, slide + animation = workspacesIn, 1, 3.0, easeInOutCubic, slide + animation = workspacesOut, 1, 3.0, easeInOutCubic, slide - bezier = wind, 0.05, 0.9, 0.1, 1.05 - bezier = winIn, 0.1, 1.1, 0.1, 1.1 - bezier = winOut, 0.3, -0.3, 0, 1 - bezier = liner, 1, 1, 1, 1 - animation = windows, 1, 6, wind, slide - animation = windowsIn, 1, 6, winIn, slide - animation = windowsOut, 1, 5, winOut, slide - animation = windowsMove, 1, 5, wind, slide - animation = border, 1, 1, liner - animation = borderangle, 1, 300, liner - animation = fade, 1, 10, default - animation = workspaces, 1, 5, wind + # bezier = wind, 0.05, 0.9, 0.1, 1.05 + # bezier = winIn, 0.1, 1.1, 0.1, 1.1 + # bezier = winOut, 0.3, -0.3, 0, 1 + # bezier = liner, 1, 1, 1, 1 + # animation = windows, 1, 6, wind, slide + # animation = windowsIn, 1, 6, winIn, slide + # animation = windowsOut, 1, 5, winOut, slide + # animation = windowsMove, 1, 5, wind, slide + # animation = border, 1, 1, liner + # animation = borderangle, 1, 300, liner + # animation = fade, 1, 10, default + # animation = workspaces, 1, 5, wind } dwindle {