aboutsummaryrefslogtreecommitdiff
path: root/dmenu-audio
diff options
context:
space:
mode:
authorPhilip Wittamore <philip@wittamore.com>2025-06-16 18:33:27 +0200
committerPhilip Wittamore <philip@wittamore.com>2025-06-16 18:33:27 +0200
commitce2d80f5c5104c31950a30eac0a6a86ba71c3163 (patch)
tree48417c3b848ae7f3808fbb1d43bb521a8115960f /dmenu-audio
parent00e2a2f919bb26ca1493ca2842dd7af1791ae587 (diff)
downloadscripts-ce2d80f5c5104c31950a30eac0a6a86ba71c3163.tar.gz
scripts-ce2d80f5c5104c31950a30eac0a6a86ba71c3163.tar.bz2
scripts-ce2d80f5c5104c31950a30eac0a6a86ba71c3163.zip
update
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
;;