diff options
author | awy <awy@awy.one> | 2025-09-09 00:42:09 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-09-09 00:42:09 +0300 |
commit | d8d7c81c651cfe98a90c8f550cfabb07170a6740 (patch) | |
tree | 7e83d259fec476320a2bb9e7821086226341fcc4 /.local | |
parent | 71520851159b562a0c27c9deca019aea0a011e26 (diff) | |
download | hyprdots-d8d7c81c651cfe98a90c8f550cfabb07170a6740.tar.gz |
not needed anymore
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/sb-mpdup | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.local/bin/sb-mpdup b/.local/bin/sb-mpdup deleted file mode 100755 index 42bd737..0000000 --- a/.local/bin/sb-mpdup +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -# This loop will update the mpd statusbar module whenever a command changes the -# music player's status. mpd must be running on X's start for this to work. - -while : ; do - mpc idle >/dev/null && kill -45 "$(pidof "waybar")" || break -done |