Expanded media controller script to reduce git-chrun.
This commit is contained in:
parent
66c5e54c6a
commit
948da03559
|
@ -8,7 +8,12 @@ OPTIONS="玲 Back
|
||||||
Stop"
|
Stop"
|
||||||
|
|
||||||
SELECTED="$(
|
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
|
echo $SELECTED
|
||||||
|
|
Loading…
Reference in New Issue
Block a user