15 lines
455 B
Bash
Executable File
15 lines
455 B
Bash
Executable File
#!/bin/sh
|
|
|
|
######################################################################
|
|
# @author : swytch (adapted form Luke Smith - lukesmith.xyz)
|
|
# @file : refbar
|
|
# @license : MIT
|
|
# @created : Wednesday May 20, 2020 18:21:19 CEST
|
|
#
|
|
# @description : refresh dwmbar
|
|
######################################################################
|
|
|
|
|
|
# Send SIGTRAP signal to dwmbar script, which will handle it with a trap.
|
|
pkill -SIGTRAP dwmbar
|