Update .config/hypr/hypridle.conf

Update .config/hypr/hyprland/animations.conf
Update .config/hypr/hyprland/workspaces.conf
Update .config/waybar/style.css
This commit is contained in:
2025-09-25 20:20:12 +02:00
parent 0eb8444c09
commit e25d39ff07
4 changed files with 20 additions and 19 deletions

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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]