diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-05-22 06:44:46 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-05-22 06:44:46 +0900 |
| commit | 74ab83b4305727406d97d5c4becbb52145909334 (patch) | |
| tree | 23f311e79ca0750da45769b4d3a9cfaf7c94513a | |
| parent | 3e9c357f918b35aa171968db5d24d456c5e24d55 (diff) | |
modified statusbar/sb-music, modified Music/.music.txt
| -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 |
