update bash syntax
This commit is contained in:
parent
71e3c2d9f7
commit
2dea80e9f9
1 changed files with 4 additions and 4 deletions
|
@ -5,10 +5,10 @@ wal -i ~/Pictures/Wallpapers &&
|
|||
cp $(awk {print} ~/.cache/wal/wal) ~/.cache/wal/bg
|
||||
|
||||
# update themes for other stuff it it exists
|
||||
[ -x "$(command -v pywalfox)" ] && pywalfox update
|
||||
[ -x "$(command -v pywal-discord)" ] && pywal-discord
|
||||
[ -x "$(command -v beautifuldiscord)" ] && beautifuldiscord --css ~/.config/BetterDiscord/themes
|
||||
[ -x "$(command -v wal-telegram )" ] && wal-telegram -g
|
||||
[[ -x "$(command -v pywalfox)" ]] && pywalfox update
|
||||
[[ -x "$(command -v pywal-discord)" ]] && pywal-discord
|
||||
[[ -x "$(command -v beautifuldiscord)" ]] && beautifuldiscord --css ~/.config/BetterDiscord/themes
|
||||
[[ -x "$(command -v wal-telegram )" ]] && wal-telegram -g
|
||||
|
||||
# set wallpaper and reset waybar
|
||||
swaybg -i ~/.cache/wal/bg &
|
||||
|
|
Loading…
Add table
Reference in a new issue