diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-29 17:21:47 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-29 17:21:47 +0900 |
| commit | 7a49b4668499b9f8457c2c5a7ed2536b954b7ebe (patch) | |
| tree | 79106c18ee6bc3412b57058047d28d5a7defde53 /config/rofi | |
| parent | 50d1906167ac52cb4b70ff27efa3ac1f30444c76 (diff) | |
Added Hyprland animations from different popular Hyprland users.
default keybind to toggle animation is SUPER SHIFT A
Diffstat (limited to 'config/rofi')
| -rw-r--r-- | config/rofi/config-rofi-Animations.rasi | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/config/rofi/config-rofi-Animations.rasi b/config/rofi/config-rofi-Animations.rasi new file mode 100644 index 00000000..b76f7512 --- /dev/null +++ b/config/rofi/config-rofi-Animations.rasi @@ -0,0 +1,19 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* Hyprland Animations (compact) */ + +@import "~/.config/rofi/config-compact.rasi" + +/* ---- Window ---- */ +window { + width: 25%; +} + +/* ---- Entry ---- */ +entry { + placeholder: "✨ Choose Animations to load"; +} + +/* ---- Listview ---- */ +listview { + lines: 8; +} |
