diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-11-06 16:08:52 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-11-06 16:08:52 +0530 |
commit | 6993d219f40ca02dda63582b5d33f2789bec16a8 (patch) | |
tree | 05be22aa7565dd0b056754aeb51e60a0fdc77bd6 /herbstluftwm/launch | |
parent | 1fac77d6c1d40e4fa1ee67b5c1b84d6d308ad311 (diff) |
changed some keybindings and moved the launch-lemonbar script to the scripts folder
Diffstat (limited to 'herbstluftwm/launch')
-rwxr-xr-x | herbstluftwm/launch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/herbstluftwm/launch b/herbstluftwm/launch deleted file mode 100755 index 19488304..00000000 --- a/herbstluftwm/launch +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -# this script executes the mainbar script -# then pipes it into lemonbar -# and pipes the lemonbar's output -# to the button-actions script -# which handles all the button actions - -cd /home/zt/.config/lemonbar - -./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 | ./button-actions - -echo "lemonbar launched" - -exit |