voidrice/.local/bin/refbar
2019-05-23 22:55:26 -04:00

6 lines
190 B
Bash
Executable file

#!/bin/sh
# Refresh the dwmbar.
# Right now, now this is done is by killing the sleep in the bar script.
kill "$(pstree -lp | grep -- -dwmbar\([0-9] | sed "s/.*sleep(\([0-9]\+\)).*/\1/")"