9 lines
233 B
Plaintext
9 lines
233 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
#refresh dwmbar by killing the "sleep" command in the dwmbar process
|
||
|
|
||
|
# Adapted form the work of Luke Smith (lukesmith.xyz)
|
||
|
|
||
|
# Send SIGTRAP signal to dwmbar script, which will handle it with a trap.
|
||
|
pkill -SIGTRAP dwmbar
|