From 4ef52f181c6f3b9ce368321d873f319dc58ac573 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Mon, 15 Jun 2026 18:05:27 -0700 Subject: [PATCH] Update swaybg --- config/run-swaybg.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config/run-swaybg.sh b/config/run-swaybg.sh index 3a2bb5d..90b4c5b 100755 --- a/config/run-swaybg.sh +++ b/config/run-swaybg.sh @@ -4,9 +4,10 @@ local WALLPAPERS_DIR="${HOME}/pics/wallpapers/" case "${HOST}" in *-desktop) - exec swaybg -o DP-1 -m fill -i "${WALLPAPERS_DIR}/fapta.png" \ - -o DP-2 -m fill -i "${WALLPAPERS_DIR}/fapta.png" \ - -o DP-3 -m fill -i "${WALLPAPERS_DIR}/Veko and Friend.png" + exec swaybg -o DP-1 -m fill -i "${WALLPAPERS_DIR}/fapta.png" \ + -o DP-2 -m fill -i "${WALLPAPERS_DIR}/fapta.png" \ + -o DP-3 -m fill -i "${WALLPAPERS_DIR}/Veko and Friend.png" \ + -o HDMI-A-1 -m fill -i "${WALLPAPERS_DIR}/fapta.png" ;; *-portable) exec swaybg -m fill -o '*' -i "${WALLPAPERS_DIR}/Girls Last Tour 2.jpg"