diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-12-25 20:28:58 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-12-25 20:28:58 +0530 |
commit | bc13d406e284d5c843a2744c9edc73e522cc0189 (patch) | |
tree | f41b13bd175a682ee072d4b81afacc4ce9d7ba9f /herbstluftwm/bar/launch | |
parent | 2b1696744fa839f9adf05337e810472c299e3652 (diff) |
added a bar for hlwm
Diffstat (limited to 'herbstluftwm/bar/launch')
-rwxr-xr-x | herbstluftwm/bar/launch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/herbstluftwm/bar/launch b/herbstluftwm/bar/launch new file mode 100755 index 00000000..1b8f46bd --- /dev/null +++ b/herbstluftwm/bar/launch @@ -0,0 +1,11 @@ +#!/bin/zsh + +# kill running scripts, just in case they are +killall sysinfo weather ws_bar sysinfo_bar lemonbar + +./functions/sysinfo & +./functions/weather & + +./ws_bar | lemonbar -g 600x21+0+0 -B '#00000000' -p -F '#ffffff' -f "Source Han Sans JP:size=10" -o -3 -f "RobotoMono Nerd Font:style=Regular:size=15" -f -n "workspaceinfo-bar" -o 0 & + +./sysinfo_bar | lemonbar -g 1020x21+346+0 -B '#171520' -p -F '#ffffff' -f "Source Han Sans JP:size=10" -o -3 -f "RobotoMono Nerd Font:style=Regular:size=15" -f -n "sysinfo-bar" -o 0 |