Removed hardcoded colon from rofi prompt
This commit is contained in:
parent
cb44890c3d
commit
40ae8fa74b
5 changed files with 20 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue