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 ++++++++++++++++++++ config/rofi/config-rofi-Animations.rasi | 20 -------------------- 2 files changed, 20 insertions(+), 20 deletions(-) create mode 100644 config/rofi/config-Animations.rasi delete mode 100644 config/rofi/config-rofi-Animations.rasi (limited to 'config/rofi') 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; +} diff --git a/config/rofi/config-rofi-Animations.rasi b/config/rofi/config-rofi-Animations.rasi deleted file mode 100644 index d13f7d83..00000000 --- a/config/rofi/config-rofi-Animations.rasi +++ /dev/null @@ -1,20 +0,0 @@ -/* ---- 💫 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: 8; -} -- cgit v1.2.3