diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-01-30 12:13:14 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-30 12:13:14 +0900 |
| commit | 6c8bba4f3cdcaec0e2a978c47252b63dbcf4af38 (patch) | |
| tree | 3e33a5e4e712ed76702396feca7e433561c59ef1 /config/rofi/config-Animations.rasi | |
| parent | fe7318f179d9e767e974e7613de3fdfdc8c3ddfd (diff) | |
| parent | bee0fe2eba9b5f463c3dcc4318e0a1e476477ccd (diff) | |
Merge pull request #537 from JaKooLit/development
Development to Main
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; +} |
