diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-11-04 20:11:31 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-11-04 20:11:31 +0530 |
commit | 15fbefd21f608a15e4ee9606477a2b8674944e05 (patch) | |
tree | 1dc5377b73f4e7f61c6213f88fad27b2fdb19bf1 /lemonbar/launch | |
parent | 4eed1fd5f8f3e5ed623bf8d96f37c94247517f0f (diff) |
updated some decorations and added sleep notifier
Diffstat (limited to 'lemonbar/launch')
-rwxr-xr-x | lemonbar/launch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lemonbar/launch b/lemonbar/launch index e8ef57ad..8390171a 100755 --- a/lemonbar/launch +++ b/lemonbar/launch @@ -1,6 +1,6 @@ #!/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" +./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 echo "lemonbar launched" |