documenting a then-undocumented feature

This commit is contained in:
whut 2021-05-06 11:00:54 -05:00
parent a657bf1388
commit a9c3ca0f1c
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
#lines starting with # are comments
Lainchan Cyberia|https://lainon.life/radio/cyberia.ogg
Lainchan Cafe|https://lainon.life/radio/cafe.ogg
Lainchan Everything|https://lainon.life/radio/everything.ogg

View File

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