mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-19 02:17:44 +01:00
6 lines
117 B
Plaintext
6 lines
117 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# Refresh the dwmbar.
|
||
|
|
||
|
kill "$(pstree -lp | grep -- -dwmbar\([0-9] | sed "s/.*sleep(\([0-9]\+\)).*/\1/")"
|