diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-11-05 10:03:41 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-11-05 10:03:41 +0530 |
commit | d26cef6d9ac6b4882753c9385ec08202bb3e358a (patch) | |
tree | ba5d6377e40754e760242cd1fc76e0acd3af5ddd /lemonbar/launch | |
parent | 25fa5f6b66b76a50aab20ebd4899e7bdef5c5343 (diff) |
moved sleep notifier module to right, made workspace buttons clickable, made the script a bit more easier to understand
Diffstat (limited to 'lemonbar/launch')
-rwxr-xr-x | lemonbar/launch | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lemonbar/launch b/lemonbar/launch index 8390171a..1f521365 100755 --- a/lemonbar/launch +++ b/lemonbar/launch @@ -1,6 +1,12 @@ #!/bin/bash -./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 +# 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" |