diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-04-29 09:09:12 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-04-29 09:09:12 +0900 |
| commit | 3952c360319385470ef83a8d040f00ca5430f15d (patch) | |
| tree | f9b51053cec063a4ed3e32dcf9b3a8dd7cfd9534 /config/hypr/UserScripts | |
| parent | 69ffeffbfc1f8464219f03260c529230d1a36344 (diff) | |
updated rofi beats
Diffstat (limited to 'config/hypr/UserScripts')
| -rwxr-xr-x | config/hypr/UserScripts/RofiBeats.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/UserScripts/RofiBeats.sh b/config/hypr/UserScripts/RofiBeats.sh index e08e3113..e3c79587 100755 --- a/config/hypr/UserScripts/RofiBeats.sh +++ b/config/hypr/UserScripts/RofiBeats.sh @@ -28,7 +28,7 @@ notification() { # Main function main() { - choice=$(printf "%s\n" "${!menu_options[@]}" | rofi -i -dmenu -config ~/.config/rofi/config-rofi-Beats.rasi -i -p "") + choice=$(printf "%s\n" "${!menu_options[@]}" | rofi -i -dmenu -config ~/.config/rofi/config-rofi-Beats.rasi -p "") if [ -z "$choice" ]; then exit 1 |
