blob: 671c450ef60c0bffe1d0af090b304296defa8701 (
plain) (
blame)
1
2
3
4
5
6
|
#!/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/")"
|