aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/animations/amitpadhan.conf
diff options
context:
space:
mode:
authorDonald Williams <129223418+dwilliam62@users.noreply.github.com>2026-07-03 08:43:30 -0400
committerGitHub <noreply@github.com>2026-07-03 08:43:30 -0400
commit09f47360d1d520ea7746d3a9f0045ffcf2af7d72 (patch)
tree8fef34dc169a6287ddd4e4260e660382819857ce /config/hypr/animations/amitpadhan.conf
parent4166fc30fb567f95c3513ede44f0e117448c0e5f (diff)
Development to main - fix changelog and animation files (#86)
* Created v2.3.26 development branch Signed-off-by: Don Williams <don.e.williams@gmail.com> On branch development Changes to be committed: modified: CHANGELOG.md modified: config/hypr/configs/ENVariables.conf modified: config/hypr/lua/env.lua renamed: config/hypr/v2.3.25 -> config/hypr/v2.3.26 * Fixed bezier control point values out-of-range Signed-off-by: Don Williams <don.e.williams@gmail.com> On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md modified: config/hypr/animations/00-default.conf modified: config/hypr/animations/00-default.lua modified: config/hypr/animations/01-default - v2.conf modified: config/hypr/animations/01-default - v2.lua modified: config/hypr/animations/END-4.conf modified: config/hypr/animations/END-4.lua modified: config/hypr/animations/HYDE - default.conf modified: config/hypr/animations/HYDE - default.lua modified: config/hypr/animations/HYDE - minimal-1.conf modified: config/hypr/animations/HYDE - minimal-1.lua modified: config/hypr/animations/HYDE - optimized.conf modified: config/hypr/animations/HYDE - optimized.lua modified: config/hypr/animations/ML4W - classic.conf modified: config/hypr/animations/ML4W - classic.lua modified: config/hypr/animations/ML4W - dynamic.conf modified: config/hypr/animations/ML4W - dynamic.lua modified: config/hypr/animations/ML4W - fast.conf modified: config/hypr/animations/ML4W - fast.lua modified: config/hypr/animations/ML4W - high.conf modified: config/hypr/animations/ML4W - high.lua modified: config/hypr/animations/ML4W - moving.conf modified: config/hypr/animations/ML4W - moving.lua modified: config/hypr/animations/ML4W - standard.conf modified: config/hypr/animations/ML4W - standard.lua modified: config/hypr/animations/Mahaveer - me-1.conf modified: config/hypr/animations/Mahaveer - me-1.lua modified: config/hypr/animations/Mahaveer - me-2.conf modified: config/hypr/animations/Mahaveer - me-2.lua * Fixed bad SED substitution Signed-off-by: Don Williams <don.e.williams@gmail.com> * Added new animation inspired by amitpadhan525 https://github.com/amitpadhan525 Added animations for other features like windowsIn/Out/Move, etc Signed-off-by: Don Williams <don.e.williams@gmail.com> On branch development Your branch is up to date with 'origin/development'. Changes to be committed: new file: config/hypr/animations/amitpadhan.conf new file: config/hypr/animations/amitpadhan.lua * Added acrediation in file for amitpadhan525 Signed-off-by: Don Williams <don.e.williams@gmail.com> * docs: Updated change log, fixed fullscreen keybind (#85) Co-authored-by: sharof <pardaev.sharofiddin@technobiz.sg> --------- Signed-off-by: Don Williams <don.e.williams@gmail.com> Co-authored-by: sharofiddin <pardayev.sharofiddin@gmail.com> Co-authored-by: sharof <pardaev.sharofiddin@technobiz.sg>
Diffstat (limited to 'config/hypr/animations/amitpadhan.conf')
-rw-r--r--config/hypr/animations/amitpadhan.conf33
1 files changed, 33 insertions, 0 deletions
diff --git a/config/hypr/animations/amitpadhan.conf b/config/hypr/animations/amitpadhan.conf
new file mode 100644
index 00000000..1111e764
--- /dev/null
+++ b/config/hypr/animations/amitpadhan.conf
@@ -0,0 +1,33 @@
+# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ #
+# Instpired by amitpadhan525
+# https://github.com/amitpadhan525
+# name "amitpadhan"
+
+animations {
+ enabled = yes
+ # Define your custom Bezier curves
+ # Syntax: bezier = name, x1, y1, x2, y2
+ bezier = myBezier, 0.05, 0.9, 0.1, 1.0
+
+ # Define your animations
+ # Syntax: animation = name, enable, speed, curve, [style]
+ animation = windows, 1, 5, myBezier
+ animation = windowsIn, 1, 5, myBezier
+ animation = windowsOut, 1, 5, myBezier
+ animation = windowsMove, 1, 5, myBezier
+ animation = layers, 1, 5, myBezier
+ animation = layersIn, 1, 5, myBezier
+ animation = layersOut, 1, 5, myBezier
+ animation = border, 1, 10, default
+ animation = borderangle, 1, 8, default
+ animation = fade, 1, 5, default
+ animation = fadeLayersIn, 1, 5, myBezier
+ animation = fadeLayersOut, 1, 5, myBezier
+ animation = workspaces, 1, 5, myBezier, slidefade 20%
+ animation = workspacesIn, 1, 5, myBezier, slide
+ animation = workspacesOut, 1, 5, myBezier, slide
+ animation = specialWorkspace, 1, 5, myBezier, slidevert
+
+}
+
+
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage