From 7a49b4668499b9f8457c2c5a7ed2536b954b7ebe Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 29 Jan 2025 17:21:47 +0900 Subject: Added Hyprland animations from different popular Hyprland users. default keybind to toggle animation is SUPER SHIFT A --- config/rofi/config-rofi-Animations.rasi | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 config/rofi/config-rofi-Animations.rasi (limited to 'config/rofi') 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; +} -- cgit v1.2.3 From c418c439a39f3a8be1f82c4ffdd4d542181d4c9a Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 29 Jan 2025 21:50:02 +0900 Subject: updated rofi for animations menu --- config/rofi/config-rofi-Animations.rasi | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'config/rofi') diff --git a/config/rofi/config-rofi-Animations.rasi b/config/rofi/config-rofi-Animations.rasi index b76f7512..d13f7d83 100644 --- a/config/rofi/config-rofi-Animations.rasi +++ b/config/rofi/config-rofi-Animations.rasi @@ -1,16 +1,17 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Hyprland Animations (compact) */ +/* Rofi Beats Config (compact) */ @import "~/.config/rofi/config-compact.rasi" /* ---- Window ---- */ window { - width: 25%; + width: 35%; } /* ---- Entry ---- */ entry { - placeholder: "✨ Choose Animations to load"; + width: 25%; + placeholder: "✨ Choose which Animations to load"; } /* ---- Listview ---- */ -- cgit v1.2.3