mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
7 lines
190 B
Bash
Executable File
7 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/")"
|