From 60cb259e103b3e1a8f7c43ed8dd2250137d47578 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Mon, 30 May 2016 19:04:23 +0100 Subject: lemonbar speed fix --- Panel/lemonbar/windows | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Panel/lemonbar/windows') diff --git a/Panel/lemonbar/windows b/Panel/lemonbar/windows index e5ae808..b37270f 100755 --- a/Panel/lemonbar/windows +++ b/Panel/lemonbar/windows @@ -1,3 +1,3 @@ #!/bin/bash echo 'Wclear' > /tmp/panel-fifo -ratpoison -c 'windows %s%n %t' | while read line;do echo "${line}" | cut -c -25 > /tmp/panel-fifo && sleep 0.004;done +ratpoison -c 'windows %s%n %t' | while read line;do echo "${line}" | cut -c -25 > /tmp/panel-fifo;done -- cgit v1.2.3-54-g00ecf