diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-11-04 15:34:15 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-11-04 15:34:15 +0530 |
commit | 4eed1fd5f8f3e5ed623bf8d96f37c94247517f0f (patch) | |
tree | 969c5e544033b4f3aed27e275dfcff23e594b5cb /lemonbar/launch | |
parent | b9a497d860c968f074c9e8857e06794de361ff14 (diff) |
Added a really sexy lemonbar written in python
Diffstat (limited to 'lemonbar/launch')
-rwxr-xr-x | lemonbar/launch | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lemonbar/launch b/lemonbar/launch new file mode 100755 index 00000000..e8ef57ad --- /dev/null +++ b/lemonbar/launch @@ -0,0 +1,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 |