voidrice/.local/bin/refbar
msinkec 2e33d77b15 Refreshing dwm status bar using signals. (#332)
Refreshing the status bar is now done using signals.
2019-06-12 15:08:38 -04:00

5 lines
129 B
Bash
Executable file

#!/bin/sh
# Refresh the dwmbar.
# Send SIGTRAP signal to dwmbar script, which will handle it with a trap.
pkill -SIGTRAP dwmbar