From 67831fceb59da101c316a7f5d34a0fbf688f60f0 Mon Sep 17 00:00:00 2001 From: Adam <24621027+WhiteDopeOnPunk@users.noreply.github.com> Date: Mon, 1 Jan 2024 08:54:06 -0500 Subject: [PATCH] tweak doorsbg --- bin/doorsbg | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/bin/doorsbg b/bin/doorsbg index 36fd156..7df1de4 100755 --- a/bin/doorsbg +++ b/bin/doorsbg @@ -1,17 +1,11 @@ #! /bin/bash -# This is meant to be run by awesome with the set colors keybind, -# not by itself though it should work regardless - # Pick a random wallpaper and save a copy -# &&s ensure it gets batched wal -i ~/Pictures/Wallpapers && -cp $(awk {print} ~/.cache/wal/wal) ~/.cache/wal/bg && +cp $(awk {print} ~/.cache/wal/wal) ~/.cache/wal/bg # Update themes for other stuff it it exists -# Fire these and bail to not block any dependents [[ -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 & -exit +[[ -x "$(command -v pywal-discord)" ]] && pywal-discord && +[[ -x "$(command -v beautifuldiscord)" ]] && beautifuldiscord --css ~/.config/BetterDiscord/themes &