diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-27 20:58:22 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-27 20:58:22 +0900 |
| commit | 33d4cd47ce639aeb39991b944895477a0e3b1745 (patch) | |
| tree | e1d2b1263979d5bc161225f7f9ed33c86814599c /config/hypr/configs | |
| parent | 1e2a3b25aa760885ee326433ef0ab176e39c73bc (diff) | |
updated swaync, Settings animation and DarkLight.sh
Diffstat (limited to 'config/hypr/configs')
| -rw-r--r-- | config/hypr/configs/Settings.conf | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/config/hypr/configs/Settings.conf b/config/hypr/configs/Settings.conf index 2ad370ad..7107d408 100644 --- a/config/hypr/configs/Settings.conf +++ b/config/hypr/configs/Settings.conf @@ -1,6 +1,7 @@ ## /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## ## refer to Hyprland wiki for more info https://wiki.hyprland.org/Configuring/Variables + # Sourcing colors generated by pywal source = $HOME/.cache/wal/colors-hyprland # blurls = waybar @@ -26,7 +27,7 @@ general { border_size = 2 resize_on_border = true - col.active_border = $color0 $color2 $color4 $color6 $color8 45deg + col.active_border = $color0 $color2 $color4 $color6 $color8 90deg col.inactive_border = $backgroundCol layout = master @@ -78,13 +79,14 @@ animations { bezier = bounce, 1.1, 1.6, 0.1, 0.85 bezier = sligshot, 1, -1, 0.15, 1.25 bezier = nice, 0, 6.9, 0.5, -4.20 - - animation = windowsIn, 1, 5, slow, popin - animation = windowsOut, 1, 5, winOut, popin + + 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, 10, linear - animation = borderangle, 1, 100, linear, loop - animation = fade, 1, 5, overshot + animation = border, 1, 1, linear + animation = borderangle, 1, 150, linear, loop + animation = fade, 1, 10, default animation = workspaces, 1, 5, wind animation = windows, 1, 5, bounce, popin } |
