mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 12:10:38 +02:00
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:
@@ -18,5 +18,6 @@ listener {
|
|||||||
|
|
||||||
listener {
|
listener {
|
||||||
timeout = 1800 # 30min
|
timeout = 1800 # 30min
|
||||||
on-timeout = systemctl sleep # suspend pc
|
on-timeout = systemctl sleep && openrgb -c black # suspend pc
|
||||||
|
on-resume = openrgb -c white
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,20 +9,20 @@ animations {
|
|||||||
bezier = almostLinear,0.5,0.5,0.75,1.0
|
bezier = almostLinear,0.5,0.5,0.75,1.0
|
||||||
bezier = quick,0.15,0,0.1,1
|
bezier = quick,0.15,0,0.1,1
|
||||||
|
|
||||||
animation = global, 1, 10, default
|
animation = global, 1, 7, default
|
||||||
animation = border, 1, 5.39, easeOutQuint
|
animation = border, 1, 3.39, easeOutQuint
|
||||||
animation = windows, 1, 4.79, easeOutQuint
|
animation = windows, 1, 2.79, easeOutQuint
|
||||||
animation = windowsIn, 1, 4.1, easeOutQuint, popin 87%
|
animation = windowsIn, 1, 2.1, easeOutQuint, popin 87%
|
||||||
animation = windowsOut, 1, 1.49, linear, popin 87%
|
animation = windowsOut, 1, 1, linear, popin 87%
|
||||||
animation = fadeIn, 1, 1.73, almostLinear
|
animation = fadeIn, 1, 1.4, almostLinear
|
||||||
animation = fadeOut, 1, 1.46, almostLinear
|
animation = fadeOut, 1, 1.2, almostLinear
|
||||||
animation = fade, 1, 3.03, quick
|
animation = fade, 1, 3.03, quick
|
||||||
animation = layers, 1, 3.81, easeOutQuint
|
animation = layers, 1, 2, easeOutQuint
|
||||||
animation = layersIn, 1, 4, easeOutQuint, fade
|
animation = layersIn, 1, 2, easeOutQuint, fade
|
||||||
animation = layersOut, 1, 1.5, linear, fade
|
animation = layersOut, 1, 1, linear, fade
|
||||||
animation = fadeLayersIn, 1, 1.79, almostLinear
|
animation = fadeLayersIn, 1, 1.4, almostLinear
|
||||||
animation = fadeLayersOut, 1, 1.39, almostLinear
|
animation = fadeLayersOut, 1, 1.1, almostLinear
|
||||||
animation = workspaces, 1, 1.94, quick, slidevert
|
animation = workspaces, 1, 1.4, quick, slidevert
|
||||||
animation = workspacesIn, 1, 1.21, quick, slidevert
|
animation = workspacesIn, 1, 0.5, quick, slidevert
|
||||||
animation = workspacesOut, 1, 1.94, quick, slidevert
|
animation = workspacesOut, 1, 0.5, quick, slidevert
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,9 +9,9 @@ workspace = 9, monitor:DP-2
|
|||||||
workspace = 10, monitor:DP-2
|
workspace = 10, monitor:DP-2
|
||||||
|
|
||||||
# smart gaps or smt
|
# 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
|
workspace = f[1], gapsout:3, gapsin:3
|
||||||
windowrule = bordersize 1, floating:1, onworkspace:w[tv1]
|
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 = bordersize 0, floating:0, onworkspace:f[1]
|
||||||
windowrule = rounding 2, floating:0, onworkspace:f[1]
|
windowrule = rounding 2, floating:0, onworkspace:f[1]
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
/* Global styles */
|
/* Global styles */
|
||||||
* {
|
* {
|
||||||
transition: 0.7s all ease-in-out;
|
transition: 0.2s all ease-in-out;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
|
|||||||
Reference in New Issue
Block a user