diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-05-28 08:45:33 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-05-28 08:45:33 -0400 |
| commit | 56fa8087e55e487444db6f28c1c6d6f29164bbb8 (patch) | |
| tree | d3844d0ba95164048a3a1782184a4716bb3c1afb | |
| parent | 782e66df1a5161ec165206e1865ed4e3574927a6 (diff) | |
| download | eibhear-56fa8087e55e487444db6f28c1c6d6f29164bbb8.tar.gz eibhear-56fa8087e55e487444db6f28c1c6d6f29164bbb8.tar.zst eibhear-56fa8087e55e487444db6f28c1c6d6f29164bbb8.zip | |
only when mpd running
| -rw-r--r-- | .xprofile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ xrandr -q | grep "DP2 con" >/dev/null 2>&1 && xrandr --output DP1 --auto --outpu # This loop will run the `refbar` script to refresh the statusbar whenever a # command changes the music player's status. -while : ; do +while pgrep -x mpd; do mpc idle >/dev/null 2>&1 refbar done & |
