tweaks
This commit is contained in:
parent
dfe2ed4354
commit
86ac629695
2 changed files with 5 additions and 2 deletions
|
|
@ -68,7 +68,7 @@
|
|||
"format": "{stateIcon}",
|
||||
"format-stopped": "",
|
||||
"format-disconnected": "",
|
||||
"tooltip-format": "{artist} - {album} - {title}\n{elapsedTime:%M:%S}/{totalTime:%M:%S}\n{consumeIcon} {randomIcon} {repeatIcon} {singleIcon}",
|
||||
"tooltip-format": "{artist}\n{album}\n{title}\n{elapsedTime:%M:%S}/{totalTime:%M:%S}\n{consumeIcon} {randomIcon} {repeatIcon} {singleIcon}",
|
||||
"state-icons": {
|
||||
"playing": "",
|
||||
"paused": ""
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ else
|
|||
set -a message ""
|
||||
end
|
||||
|
||||
set options " Play/Pause" " Stop" " Next" " Previous" " Clear Queue" " Consume" " Random" " Repeat" " Single"
|
||||
set options " Play/Pause" " Stop" " Next Song" " Previous Song" " Clear Queue" " Consume Mode" " Random Mode" " Repeat Mode" " Single Mode" " Update Database"
|
||||
|
||||
set input (menu --mesg="$(mpc current --format "%artist% - %album% - %title%")
|
||||
$(string join -- ' ' $message)" $options)
|
||||
|
|
@ -58,4 +58,7 @@ switch $input
|
|||
|
||||
case $options[9]
|
||||
mpc single
|
||||
|
||||
case $options[10]
|
||||
mpc update
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue