From 8fe2caf12e86b9cf1c918ffd1a461697f82bab8a Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Wed, 12 Oct 2022 12:45:31 -0400 Subject: [PATCH] fixed bug where swaybg doesnt run on startup --- private_dot_config/sway/executable_colors.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private_dot_config/sway/executable_colors.sh b/private_dot_config/sway/executable_colors.sh index a72841e..1d7b4fd 100644 --- a/private_dot_config/sway/executable_colors.sh +++ b/private_dot_config/sway/executable_colors.sh @@ -23,8 +23,8 @@ export QT_QPA_PLATFORMTHEME=qt5ct # update background with new image if swaybg is being used if [[ -n $(pgrep swaybg) ]]; then killall swaybg - swaybg -i "$IMAGE" -m fill & fi +swaybg -i "$IMAGE" -m fill & # update peripherals eruptionctl color-schemes import pywal