aboutsummaryrefslogtreecommitdiff
path: root/lemonbar/launch
blob: 1f5213654a30ab2e47e83fad6e93679bf1f4e1a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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