removed theme override

This commit is contained in:
whut 2021-09-10 16:47:20 -05:00
parent a9c3ca0f1c
commit a8b0530044

View File

@ -33,7 +33,7 @@ done
[ "${#names[@]}" -lt 10 ] && l=${#names[@]} || l=10
choice=`echo "${names[*]}" | rofi -i -dmenu -format i -mesg "<small>$nowPlaying</small>" -l $l -width -$width -location 7 -theme android_notification -p "Radio" -no-custom -select $last`
choice=`echo "${names[*]}" | rofi -i -dmenu -format i -mesg "<small>$nowPlaying</small>" -l $l -width -$width -location 7 -p "Radio" -no-custom -select $last`
if [ ! -z "$choice" ]; then
mpc clear