diff options
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; +} |
