diff options
author | awy <awy@awy.one> | 2025-07-30 20:17:03 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-07-30 20:17:03 +0300 |
commit | 7b32e450502d4664b46eb44a16dbd404991d2749 (patch) | |
tree | d4904a14d2ec3fd62a104b6f6ac412c8573a461e /.local | |
parent | bbc74e2c1fbcc8ea26768c00608d666adeffb9dd (diff) | |
download | hyprdots-7b32e450502d4664b46eb44a16dbd404991d2749.tar.gz |
music module
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/statusbar/sb-music | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/statusbar/sb-music b/.local/bin/statusbar/sb-music index 8b0ae77..74e7f79 100755 --- a/.local/bin/statusbar/sb-music +++ b/.local/bin/statusbar/sb-music @@ -1,6 +1,6 @@ #!/bin/sh -filter() { sed "/^volume:/d;s/\\[paused\\].*/⏸/g;/\\[playing\\].*/d;/^ERROR/Q" | paste -sd ' ' -;} +filter() { sed "/^volume:/d;s/\\[paused\\].*//g;/\\[playing\\].*/d;/^ERROR/Q" | paste -sd ' ' -;} pidof -x sb-mpdup >/dev/null 2>&1 || sb-mpdup >/dev/null 2>&1 & |