diff options
| -rw-r--r-- | config/rofi/config-rofi-Animations.rasi | 7 |
1 files changed, 4 insertions, 3 deletions
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 ---- */ |
