Compare commits

..

1 Commits

Author SHA1 Message Date
appeasementPolitik
7d16aba2b6
Merge 7bf7b73a4ee1ce10f5b492bb07d4cee839d57550 into 1e3adf9c03b2e563e81a13d6907ffd5ca20b887a 2023-10-27 19:42:45 +00:00
3 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@
nsxiv

View File

@ -1,6 +1,6 @@
#!/bin/sh
filter() { sed "/^volume:/d;s/\\[paused\\].*/⏸/g;/\\[playing\\].*/d;/^ERROR/Q" | paste -sd ' ' -;}
filter() { sed "/^volume:/d;s/\\&/&/g;s/\\[paused\\].*/⏸/g;/\\[playing\\].*/d;/^ERROR/Q" | paste -sd ' ' -;}
pidof -x sb-mpdup >/dev/null 2>&1 || sb-mpdup >/dev/null 2>&1 &