2020-03-28 12:14:02 +01:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
# Refresh the dwmbar.
|
2020-04-02 00:06:34 +02:00
|
|
|
# by lukesmithxyz, checkout github.com/lukesmithxyz/voidrice
|
2020-03-28 12:14:02 +01:00
|
|
|
|
|
|
|
kill "$(pstree -lp | grep -- -dwmbar\([0-9] | sed "s/.*sleep(\([0-9]\+\)).*/\1/")"
|