From a5083d372cf2768221cbbb52e0110e2fd61effff Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Fri, 6 Nov 2020 16:10:05 +0530 Subject: actually moved the lemonbar script --- scripts/launch-lemonbar | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 scripts/launch-lemonbar (limited to 'scripts') diff --git a/scripts/launch-lemonbar b/scripts/launch-lemonbar new file mode 100755 index 00000000..19488304 --- /dev/null +++ b/scripts/launch-lemonbar @@ -0,0 +1,15 @@ +#!/bin/bash + +# this script executes the mainbar script +# then pipes it into lemonbar +# and pipes the lemonbar's output +# to the button-actions script +# which handles all the button actions + +cd /home/zt/.config/lemonbar + +./mainbar | lemonbar -g 1366x21 -B '#171520' -p -F '#ffffff' -f "Source Han Sans JP:size=10" -o -3 -f "RobotoMono Nerd Font:style=Regular:size=15" -f -n "mainbar" -o 0 | ./button-actions + +echo "lemonbar launched" + +exit -- cgit v1.2.3