wal: skip trying to set wallpaper and run quiet

This commit is contained in:
Adam 2024-01-09 07:37:24 -05:00
parent ac048c44b3
commit 7ee9277b12

View file

@ -4,7 +4,7 @@
[ -x "$(command -v g610-led)" ] && g610-led -a ff [ -x "$(command -v g610-led)" ] && g610-led -a ff
# Colors # Colors
[ -x "$(command -v wal)" ] && wal -R [ -x "$(command -v wal)" ] && wal -Rnq
export PATH export PATH
PATH="$PATH:$(du "$HOME/.local/bin" | cut -f2 | paste -sd ':' -)" PATH="$PATH:$(du "$HOME/.local/bin" | cut -f2 | paste -sd ':' -)"