Expanded media controller script to reduce git-chrun.

This commit is contained in:
James Patrick 2019-06-10 00:14:30 -04:00
parent 66c5e54c6a
commit 948da03559

View File

@ -8,7 +8,12 @@ OPTIONS="玲 Back
 Stop"
SELECTED="$(
rofi -dmenu -theme applet -i -mesg "${MSG:-"No infomation"}" -p "${STATUS:-"Not Playing"}" --hide-scrollbar -line-padding 4 <<< $OPTIONS
rofi -dmenu \
-theme applet \
-mesg "${MSG:-"No infomation"}" \
-p "${STATUS:-"Not Playing"}" \
-i \
-line-padding 4 <<< $OPTIONS
)"
echo $SELECTED