Removed hardcoded colon from rofi prompt

This commit is contained in:
agryphus 2023-11-17 17:43:02 -05:00
parent cb44890c3d
commit 40ae8fa74b
5 changed files with 20 additions and 14 deletions

View file

@ -11,7 +11,7 @@ sinks=`echo "$sinks_and_numbers" |
awk -F'[' '{print $1}' |
cut -c 2-`
chosen=`echo "$sinks" | rofi -dmenu -p "Select audio sink" -i`
chosen=`echo "$sinks" | rofi -dmenu -p "Select audio sink:" -i`
if [ -z "$chosen" ]; then
# Exited out of dmenu prompt
exit