From 54d363a9aec27a9bdd92f857ac2b2253c57a690f Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 30 Jan 2025 00:26:27 +0900 Subject: updated animations script and removed some animations --- config/rofi/config-Animations.rasi | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 config/rofi/config-Animations.rasi (limited to 'config/rofi/config-Animations.rasi') 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; +} -- cgit v1.2.3