Browse Source

removed theme override

master
whut 2 years ago
parent
commit
a8b0530044
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tooner.sh

+ 1
- 1
tooner.sh 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


Loading…
Cancel
Save