aboutsummaryrefslogtreecommitdiff
path: root/dmenu-audio
diff options
context:
space:
mode:
Diffstat (limited to 'dmenu-audio')
-rwxr-xr-xdmenu-audio6
1 files changed, 3 insertions, 3 deletions
diff --git a/dmenu-audio b/dmenu-audio
index 85bed40..ab3dc82 100755
--- a/dmenu-audio
+++ b/dmenu-audio
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
-choices=" Connect BT headset\n󰂲 Disconnect BT headset\n󰓃 Select Output\n󰍬 Select Input\n󰝚 Playlists\n󰐎 Pause/Play Music\n Radio\n✘ Exit"
+choices=" Connect BT headset\n󰂲 Disconnect BT headset\n󰓃 Select Output\n󰍬 Select Input\n󰝚 Playlists\n󰐎 Pause/Play Music\n📻 Radio\n✘ Exit"
-result=$(echo -e $choices | dmenu -bw 4 -c -i -l 8 -p "Audio")
+result=$(echo -e $choices | dmenu -bw 4 -c -i -z 500 -l 8 -p "Audio")
case $result in
@@ -52,7 +52,7 @@ case $result in
exit 0
;;
- " Radio")
+ "📻 Radio")
st -e pyradio
exit 0
;;