Fixing scripts to point to eww binarry in /usr/bin.

This commit is contained in:
Derek Taylor
2022-09-27 18:10:07 -05:00
parent dc2a82080f
commit 85f5912df8
3 changed files with 14 additions and 18 deletions

View File

@@ -20,7 +20,7 @@ run_eww() {
## Launch or close widgets accordingly
if [[ ! -f "$FILE" ]]; then
touch "$FILE"
run_eww && bspc config -m LVDS-1 top_padding 49
run_eww ## && bspc config -m LVDS-1 top_padding 49
else
${EWW} close-all && killall eww
rm "$FILE"