aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDon Williams <don.e.williams@gmail.com>2026-01-29 22:02:52 -0500
committerDon Williams <don.e.williams@gmail.com>2026-01-29 22:02:52 -0500
commit41f4a2b54d20979bf6653c14280cd33b905d92dc (patch)
treee13a5d48fd65c0636458155ed251f036542f36ee
parente58ba3cb3741c60642de4b3418760aca27d71bd1 (diff)
Default wallpaper wasn't set
On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/configs/Startup_Apps.conf
-rw-r--r--config/hypr/configs/Startup_Apps.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/hypr/configs/Startup_Apps.conf b/config/hypr/configs/Startup_Apps.conf
index 0cc5da11..fbf77386 100644
--- a/config/hypr/configs/Startup_Apps.conf
+++ b/config/hypr/configs/Startup_Apps.conf
@@ -9,6 +9,8 @@ $wallDIR = $HOME/Pictures/wallpapers # change path manually here if needed
### wallpaper stuff ###
exec-once = swww-daemon --format xrgb
+# Ensure a default wallpaper is set on login (falls back to repo-copied wallpapers)
+exec-once = bash -lc 'swww query || swww-daemon --format xrgb; img="$HOME/.config/hypr/wallpaper_effects/.wallpaper_current"; [ -f "$img" ] || img="$HOME/Pictures/wallpapers/Northern Lights3.png"; [ -f "$img" ] || img="$HOME/Projects/Jak/Hyprland-Dots/wallpapers/Northern Lights3.png"; swww img "$img" --transition-type grow --transition-duration 2'
#exec-once = mpvpaper '*' -o "load-scripts=no no-audio --loop" $livewallpaper
# wallpaper random
#exec-once = $SwwwRandom $wallDIR # random wallpaper switcher every 30 minutes
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage