From 741f5a3e638add7642a6a452c2793b63c728abbb Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 18 May 2024 20:02:40 +0900 Subject: Made Online stations as first choice for Rofi Beats --- config/hypr/UserScripts/RofiBeats.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'config') diff --git a/config/hypr/UserScripts/RofiBeats.sh b/config/hypr/UserScripts/RofiBeats.sh index 76634a1a..1cf2a445 100755 --- a/config/hypr/UserScripts/RofiBeats.sh +++ b/config/hypr/UserScripts/RofiBeats.sh @@ -63,7 +63,6 @@ play_local_music() { mpv --shuffle --vid=no "$file" } - # Main function for playing online music play_online_music() { choice=$(printf "%s\n" "${!online_music[@]}" | rofi -i -dmenu -config ~/.config/rofi/config-rofi-Beats.rasi -p "Online Music") @@ -84,7 +83,7 @@ play_online_music() { pkill mpv && notify-send -u low -i "$iDIR/music.png" "Online Music stopped" || { # Prompt the user to choose between local and online music -user_choice=$(printf "Play from Music Folder\nPlay from Online Stations" | rofi -dmenu -config ~/.config/rofi/config-rofi-Beats-menu.rasi -p "Select music source") +user_choice=$(printf "Play from Online Stations\nPlay from Music Folder" | rofi -dmenu -config ~/.config/rofi/config-rofi-Beats-menu.rasi -p "Select music source") case "$user_choice" in "Play from Music Folder") -- cgit v1.2.3 From 3ebc5d5a4cdeaf45364d085f0a000ef97f7a4f21 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 18 May 2024 20:06:08 +0900 Subject: added keyhints for Emoticons and Clipboard Manager --- config/hypr/scripts/KeyHints.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') diff --git a/config/hypr/scripts/KeyHints.sh b/config/hypr/scripts/KeyHints.sh index d6dd4049..9d29dda4 100755 --- a/config/hypr/scripts/KeyHints.sh +++ b/config/hypr/scripts/KeyHints.sh @@ -68,6 +68,8 @@ yad --width=$dynamic_width --height=$dynamic_height \ " ALT F" "Toggle all windows to float" "all windows" \ " Shift B" "Toggle Blur" "normal or less blur" \ " SHIFT G" "Gamemode! All animations OFF or ON" "toggle" \ +" ALT E" "Rofi Emoticons" "Emoticon" \ +" ALT V" "Clipboard Manager" "cliphist" \ " H" "Launch this app" "" \ " E" "View or EDIT Keybinds, Settings, Monitor" "" \ "" "" "" \ -- cgit v1.2.3