From ae46f76de5d2f52993807c64a26e8aa4b84a4685 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 21 Feb 2021 22:02:19 +0530 Subject: copied Luke Smith's script to update the bar --- scripts/updatebar | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 scripts/updatebar diff --git a/scripts/updatebar b/scripts/updatebar new file mode 100755 index 00000000..93033ffc --- /dev/null +++ b/scripts/updatebar @@ -0,0 +1,2 @@ +#!/bin/bash +kill "$(pstree -lp | grep -- -baraction | sed "s/.*sleep(\([0-9]\+\)).*/\1/")" -- cgit v1.2.3