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
Bash
Executable File

#! /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