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