diff options
| -rwxr-xr-x | ar/.local/bin/statusbar/sb-music | 4 | ||||
| -rw-r--r-- | global/Music/.music.txt | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ar/.local/bin/statusbar/sb-music b/ar/.local/bin/statusbar/sb-music index 1134d12..a71969f 100755 --- a/ar/.local/bin/statusbar/sb-music +++ b/ar/.local/bin/statusbar/sb-music @@ -37,8 +37,8 @@ status() { esac indicators="" - [ "$(mpc status %single%)" = "on" ] && indicators="${indicators}🔀" - [ "$(mpc status %random%)" = "on" ] && indicators="${indicators}🔂" + [ "$(mpc status %single%)" = "on" ] && indicators="${indicators}🔂" + [ "$(mpc status %random%)" = "on" ] && indicators="${indicators}🔀" [ "$(mpc status %repeat%)" = "on" ] && indicators="${indicators}🔁" case "$signal" in diff --git a/global/Music/.music.txt b/global/Music/.music.txt index b6754da..ed08aaf 100644 --- a/global/Music/.music.txt +++ b/global/Music/.music.txt @@ -902,3 +902,7 @@ youtube t9KpdoSxVZU youtube 9JFi7MmjtGA youtube NqLB6ub1BOw youtube kPa7bsKwL-c +youtube tejVBQKYVYw +youtube Wu5FY8J6P8Q +youtube GhFudOcrfpY +youtube fhRvMJ8RAS8 |
