From 30a395f02b8f43c50094b7c518684d785e75e261 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Fri, 19 Mar 2021 19:34:26 +0530 Subject: fixed errors and clashes with xmonad status bar --- lemonblocks/start.sh | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lemonblocks/start.sh') diff --git a/lemonblocks/start.sh b/lemonblocks/start.sh index 6b4f60ba..deb5f48f 100755 --- a/lemonblocks/start.sh +++ b/lemonblocks/start.sh @@ -1,9 +1,5 @@ #!/bin/bash -# setup xmonad status -# mkfifo /tmp/xmonad_stat -# xmonad-log > /tmp/xmonad_stat & - CLICKABLE_AREAS=1 PANEL_WIDTH=566 PANEL_HEIGHT=21 @@ -43,6 +39,3 @@ then else ./bin/lemonblocks fi - -sleep 5 # otherwise it crashes because it executes before xmonad starts -xmonad-log | lemonbar -b -g 800x21+0+0 -B '#171520' -F '#ffffff' -o -3 -f 'Source Han Sans JP:size=10' -o 0 -f 'RobotoMono Nerd Font:style=Regular:size=15' & -- cgit v1.2.3