diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-29 21:50:02 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-29 21:50:02 +0900 |
| commit | c418c439a39f3a8be1f82c4ffdd4d542181d4c9a (patch) | |
| tree | d3b7f2cf9df02bf66c6ffd1b5b419f938e406908 | |
| parent | 4244f2dd0a9015417230d8f65a0330d260a93a4e (diff) | |
updated rofi for animations menu
| -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 ---- */ |
