diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-02-17 22:19:16 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-02-17 22:19:16 +0900 |
| commit | ba6a11651f6ab23e62ceab18e3fd383318fe02d2 (patch) | |
| tree | d492a99af564d5990be4f01976571b1405033f70 /ar/.local/bin/statusbar/sb-music | |
| parent | eec577616f0f23949030c36e2a5061974c9bfe45 (diff) | |
updates
Diffstat (limited to 'ar/.local/bin/statusbar/sb-music')
| -rwxr-xr-x | ar/.local/bin/statusbar/sb-music | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ar/.local/bin/statusbar/sb-music b/ar/.local/bin/statusbar/sb-music index d730116..5bcc209 100755 --- a/ar/.local/bin/statusbar/sb-music +++ b/ar/.local/bin/statusbar/sb-music @@ -1,5 +1,8 @@ #!/bin/bash +MPD_HOST="${MPD_HOST:-/tmp/mpd_socket}" +export MPD_HOST + truncate_string() { input="$1" max_length="$2" |
