From bc13d406e284d5c843a2744c9edc73e522cc0189 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Fri, 25 Dec 2020 20:28:58 +0530 Subject: added a bar for hlwm --- herbstluftwm/bar/launch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 herbstluftwm/bar/launch (limited to 'herbstluftwm/bar/launch') 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 -- cgit v1.2.3