diff options
author | Dustin Walker <dustin.walker@email.wsu.edu> | 2025-01-16 17:00:08 -0500 |
---|---|---|
committer | Dustin Walker <dustin.walker@email.wsu.edu> | 2025-01-16 17:00:08 -0500 |
commit | fcf44b17142cbeaf1f6a4b66e5ab0eed1483ebe4 (patch) | |
tree | f9d4625d612af99557ff0249dbf5f1fccc6175c8 /.script/refreshstatus |
Diffstat (limited to '.script/refreshstatus')
-rwxr-xr-x | .script/refreshstatus | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.script/refreshstatus b/.script/refreshstatus new file mode 100755 index 0000000..5d8c5ec --- /dev/null +++ b/.script/refreshstatus @@ -0,0 +1,5 @@ +#!/bin/sh + +# Refresh dwm status. +# Send SIGTRAP signal to dwmstatus script, which will handle it with a trap. +pkill -SIGTRAP dwmbar |