X-Git-Url: https://git.xandkar.net/?p=khatus.git;a=blobdiff_plain;f=x2%2Fsrc%2Fawk%2Fexe%2Fbar.awk;h=1868f0e96bc63eac4915eab2398d10a263dcf0f4;hp=8d611b1a75d649639654dbd6b48dca2894184f4d;hb=e05c10ea70078771831aeb19ce9b01a730c26996;hpb=f8f6701e74120b02302e26e6424c58304fb898ae diff --git a/x2/src/awk/exe/bar.awk b/x2/src/awk/exe/bar.awk index 8d611b1..1868f0e 100644 --- a/x2/src/awk/exe/bar.awk +++ b/x2/src/awk/exe/bar.awk @@ -249,9 +249,9 @@ function bar_make_status_mpd( state, status) { if (state["value"] == "play") { status = bar_make_status_mpd_state_known("▶") } else if (state["value"] == "pause") { - status = bar_make_status_mpd_state_known("❚❚") + status = bar_make_status_mpd_state_known("⏸") } else if (state["value"] == "stop") { - status = bar_make_status_mpd_state_known("⬛") + status = bar_make_status_mpd_state_known("⏹") } else { msg_out_log_error(\ "bar_make_status_mpd", \