From a84a8215c2c54121b81b05cf4a2123ae177b01c1 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 23 May 2019 22:55:26 -0400 Subject: improved bar/ refbarr, audio binds --- .local/bin/refbar | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 .local/bin/refbar (limited to '.local/bin/refbar') diff --git a/.local/bin/refbar b/.local/bin/refbar new file mode 100755 index 0000000..671c450 --- /dev/null +++ b/.local/bin/refbar @@ -0,0 +1,6 @@ +#!/bin/sh + +# Refresh the dwmbar. +# Right now, now this is done is by killing the sleep in the bar script. + +kill "$(pstree -lp | grep -- -dwmbar\([0-9] | sed "s/.*sleep(\([0-9]\+\)).*/\1/")" -- cgit v1.3.1