diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-12-25 20:58:03 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-12-25 20:58:03 +0530 |
commit | b7487a098cc140448a633e763d1e7dd2fd087653 (patch) | |
tree | a5721c56fdf06a83775bfdf671733d2df87fe06f /herbstluftwm/bar/launch | |
parent | 93657d7a40972e39ea8d059efad608a39b372985 (diff) |
moved lemonbar to different folder
Diffstat (limited to 'herbstluftwm/bar/launch')
-rwxr-xr-x | herbstluftwm/bar/launch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/herbstluftwm/bar/launch b/herbstluftwm/bar/launch deleted file mode 100755 index 1b8f46bd..00000000 --- a/herbstluftwm/bar/launch +++ /dev/null @@ -1,11 +0,0 @@ -#!/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 |