From 2dea80e9f92601c91ea18732386a1664c8ba9a14 Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Mon, 19 Jun 2023 21:05:44 -0400 Subject: [PATCH] update bash syntax --- bin/doorsbg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/doorsbg b/bin/doorsbg index 46603db..20378d4 100755 --- a/bin/doorsbg +++ b/bin/doorsbg @@ -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 &