This repository has been archived on 2023-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.local/bin/refbar
David JULIEN 28dfdd5ae5 feat: change shebang to /usr/bin/env sh
this setting is more user-config compliant
2021-02-12 23:20:57 +01:00

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