aboutsummaryrefslogtreecommitdiff
path: root/lemonbar/launch
blob: e8ef57ad39b6bcdc4601301b74ab3c33412e3947 (plain)
1
2
3
4
5
6
7
#!/bin/bash

./mainbar | lemonbar -g 1366x23 -b -B '#171520' -p -F '#ffffff' -f "Roboto:style=Regular:size=9" -f "RobotoMono Nerd Font:style=Regular:size=14" -f "Source Han Sans JP:size=9"

echo "lemonbar launched"

exit