28dfdd5ae5
this setting is more user-config compliant
15 lines
463 B
Bash
Executable File
15 lines
463 B
Bash
Executable File
#!/usr/bin/env 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
|