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

9 lines
233 B
Plaintext
Raw Normal View History

2020-05-06 03:20:19 +02:00
#! /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