diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-30 00:26:27 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-30 00:26:37 +0900 |
| commit | 54d363a9aec27a9bdd92f857ac2b2253c57a690f (patch) | |
| tree | 417391d5fb148e89992d6e83ee665152cfda7165 /config/rofi/config-Animations.rasi | |
| parent | 1d592f5c591de2d8f079e2018f611065169b2f4f (diff) | |
updated animations script and removed some animations
Diffstat (limited to 'config/rofi/config-Animations.rasi')
| -rw-r--r-- | config/rofi/config-Animations.rasi | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/config/rofi/config-Animations.rasi b/config/rofi/config-Animations.rasi new file mode 100644 index 00000000..225b7d61 --- /dev/null +++ b/config/rofi/config-Animations.rasi @@ -0,0 +1,20 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* Rofi Beats Config (compact) */ + +@import "~/.config/rofi/config-compact.rasi" + +/* ---- Window ---- */ +window { + width: 35%; +} + +/* ---- Entry ---- */ +entry { + width: 25%; + placeholder: "✨ Choose which Animations to load"; +} + +/* ---- Listview ---- */ +listview { + lines: 10; +} |
