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

15 lines
463 B
Plaintext
Raw Normal View History

#!/usr/bin/env sh
2020-05-06 03:20:19 +02:00
######################################################################
2020-05-23 15:47:21 +02:00
# @author : swytch (adapted form Luke Smith - lukesmith.xyz)
# @file : refbar
# @license : MIT
2020-05-23 15:47:21 +02:00
# @created : Wednesday May 20, 2020 18:21:19 CEST
#
2020-05-23 15:47:21 +02:00
# @description : refresh dwmbar
######################################################################
2020-05-06 03:20:19 +02:00
# Send SIGTRAP signal to dwmbar script, which will handle it with a trap.
pkill -SIGTRAP dwmbar