From 09156e6cea71093079af580acdd6d4a8594e14b9 Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Tue, 9 Jun 2026 23:14:29 -0500 Subject: Squashed commit of the following: moved aur installer down switched to xlibre on install reqs added vis to env.sh switched to ugrep runs posix changes alias changes autostart fix hyprland config update --- env/.local/bin/system/start-scripts/autostart.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'env/.local/bin/system') diff --git a/env/.local/bin/system/start-scripts/autostart.sh b/env/.local/bin/system/start-scripts/autostart.sh index 4a09cae..db9d31f 100755 --- a/env/.local/bin/system/start-scripts/autostart.sh +++ b/env/.local/bin/system/start-scripts/autostart.sh @@ -4,9 +4,10 @@ cd "$(dirname "$0")" sleep 0.1 xset s 0 nitrogen --restore & -if [ "$XDG_CURRENT_DESKTOP" == "sway:wlroots" ]; then + +if [ "$WAYLAND_DISPLAY" ]; then PID=$(pidof swaybg) - swaybg -o HDMI-A-1 -i "/home/iceyrazor/stuff/media/wallpapers/purple/IMG_0276.jpg" -m fill -o DP-1 -i "/home/iceyrazor/stuff/media/wallpapers/purple/IMG_0276.jpg" -m fill & disown + swaybg -o HDMI-A-1 -i "/home/iceyrazor/stuff/media/wallpapers/neotheta2.png" -m fill -o DP-1 -i "/home/iceyrazor/stuff/media/wallpapers/neotheta2.png" -m fill & disown sleep 0.4s kill $PID fi -- cgit v1.3