From a8b053004436375695f1bbf01c0782316a84a414 Mon Sep 17 00:00:00 2001 From: whut Date: Fri, 10 Sep 2021 16:47:20 -0500 Subject: [PATCH] removed theme override --- tooner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooner.sh b/tooner.sh index b2f262f..4ecee34 100755 --- a/tooner.sh +++ b/tooner.sh @@ -33,7 +33,7 @@ done [ "${#names[@]}" -lt 10 ] && l=${#names[@]} || l=10 -choice=`echo "${names[*]}" | rofi -i -dmenu -format i -mesg "$nowPlaying" -l $l -width -$width -location 7 -theme android_notification -p "Radio" -no-custom -select $last` +choice=`echo "${names[*]}" | rofi -i -dmenu -format i -mesg "$nowPlaying" -l $l -width -$width -location 7 -p "Radio" -no-custom -select $last` if [ ! -z "$choice" ]; then mpc clear