From 93c04f779a1ce6487bbf5610238ff9d66b44ab19 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Fri, 6 Nov 2020 10:21:25 +0530 Subject: added a folder for custom scripts --- lemonbar/launch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 lemonbar/launch (limited to 'lemonbar/launch') diff --git a/lemonbar/launch b/lemonbar/launch deleted file mode 100755 index 1f521365..00000000 --- a/lemonbar/launch +++ /dev/null @@ -1,13 +0,0 @@ -#!/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 - -./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