Skip to content

Commit

Permalink
Update mpvc
Browse files Browse the repository at this point in the history
  • Loading branch information
gmt4 committed Oct 28, 2024
1 parent 3b507e8 commit fa01ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpvc
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ mpvc_print_status() {
gsub("%statuslofi%", "${?pause==yes:⏸️}${?pause==no:▷}${!pause:NA}");
gsub("%mutelofi%", "${?mute==yes:🔇}${?mute==no:🔊}${!mute:NA}");
gsub("%singlelofi%", "${?loop-file==inf:🔁}${?loop-file==no:🔂}${!loop-file:NA}")
gsub("%singlelofi%", "${?loop-file==yes:🔁}${?loop-file==no:🔂}${!loop-file:NA}")
gsub("%repeatlofi%", "${?loop-playlist==inf:🔄}${?loop-playlist==no:🔃}${!loop-playlist:NA}")
gsub("%status%", "${?pause==yes:paused}${?pause==no:play}${!pause:NA}");
Expand Down

0 comments on commit fa01ac1

Please sign in to comment.