From e25d39ff0736f8f72bc80faa3c8fe202abdfd440 Mon Sep 17 00:00:00 2001 From: Szymon P Date: Thu, 25 Sep 2025 20:20:12 +0200 Subject: [PATCH] Update .config/hypr/hypridle.conf Update .config/hypr/hyprland/animations.conf Update .config/hypr/hyprland/workspaces.conf Update .config/waybar/style.css --- private_dot_config/hypr/hypridle.conf | 3 +- .../hypr/hyprland/animations.conf | 30 +++++++++---------- .../hypr/hyprland/workspaces.conf | 4 +-- private_dot_config/waybar/style.css | 2 +- 4 files changed, 20 insertions(+), 19 deletions(-) diff --git a/private_dot_config/hypr/hypridle.conf b/private_dot_config/hypr/hypridle.conf index b19affe..98c4d3a 100644 --- a/private_dot_config/hypr/hypridle.conf +++ b/private_dot_config/hypr/hypridle.conf @@ -18,5 +18,6 @@ listener { listener { timeout = 1800 # 30min - on-timeout = systemctl sleep # suspend pc + on-timeout = systemctl sleep && openrgb -c black # suspend pc + on-resume = openrgb -c white } diff --git a/private_dot_config/hypr/hyprland/animations.conf b/private_dot_config/hypr/hyprland/animations.conf index a242123..b79f800 100644 --- a/private_dot_config/hypr/hyprland/animations.conf +++ b/private_dot_config/hypr/hyprland/animations.conf @@ -9,20 +9,20 @@ animations { bezier = almostLinear,0.5,0.5,0.75,1.0 bezier = quick,0.15,0,0.1,1 - animation = global, 1, 10, default - animation = border, 1, 5.39, easeOutQuint - animation = windows, 1, 4.79, easeOutQuint - animation = windowsIn, 1, 4.1, easeOutQuint, popin 87% - animation = windowsOut, 1, 1.49, linear, popin 87% - animation = fadeIn, 1, 1.73, almostLinear - animation = fadeOut, 1, 1.46, almostLinear + animation = global, 1, 7, default + animation = border, 1, 3.39, easeOutQuint + animation = windows, 1, 2.79, easeOutQuint + animation = windowsIn, 1, 2.1, easeOutQuint, popin 87% + animation = windowsOut, 1, 1, linear, popin 87% + animation = fadeIn, 1, 1.4, almostLinear + animation = fadeOut, 1, 1.2, almostLinear animation = fade, 1, 3.03, quick - animation = layers, 1, 3.81, easeOutQuint - animation = layersIn, 1, 4, easeOutQuint, fade - animation = layersOut, 1, 1.5, linear, fade - animation = fadeLayersIn, 1, 1.79, almostLinear - animation = fadeLayersOut, 1, 1.39, almostLinear - animation = workspaces, 1, 1.94, quick, slidevert - animation = workspacesIn, 1, 1.21, quick, slidevert - animation = workspacesOut, 1, 1.94, quick, slidevert + animation = layers, 1, 2, easeOutQuint + animation = layersIn, 1, 2, easeOutQuint, fade + animation = layersOut, 1, 1, linear, fade + animation = fadeLayersIn, 1, 1.4, almostLinear + animation = fadeLayersOut, 1, 1.1, almostLinear + animation = workspaces, 1, 1.4, quick, slidevert + animation = workspacesIn, 1, 0.5, quick, slidevert + animation = workspacesOut, 1, 0.5, quick, slidevert } diff --git a/private_dot_config/hypr/hyprland/workspaces.conf b/private_dot_config/hypr/hyprland/workspaces.conf index e9be0d1..653f57c 100644 --- a/private_dot_config/hypr/hyprland/workspaces.conf +++ b/private_dot_config/hypr/hyprland/workspaces.conf @@ -9,9 +9,9 @@ workspace = 9, monitor:DP-2 workspace = 10, monitor:DP-2 # smart gaps or smt -workspace = w[tv1], gapsout:3, gapsin:3 +workspace = w[tv1], gapsout:1, gapsin:0 workspace = f[1], gapsout:3, gapsin:3 windowrule = bordersize 1, floating:1, onworkspace:w[tv1] -windowrule = rounding 2, floating:2, onworkspace:w[tv1] +windowrule = rounding 2, floating:1, onworkspace:w[tv1] windowrule = bordersize 0, floating:0, onworkspace:f[1] windowrule = rounding 2, floating:0, onworkspace:f[1] diff --git a/private_dot_config/waybar/style.css b/private_dot_config/waybar/style.css index e795bb2..747bc21 100644 --- a/private_dot_config/waybar/style.css +++ b/private_dot_config/waybar/style.css @@ -2,7 +2,7 @@ /* Global styles */ * { - transition: 0.7s all ease-in-out; + transition: 0.2s all ease-in-out; font-size: 14px; font-family: inherit; padding: 3px;