From 872618ac3bd76816ba89edb830d9929b8be63995 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Thu, 29 Jan 2026 22:07:13 -0500 Subject: Added to copy.sh not startup On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/configs/Startup_Apps.conf modified: copy.sh --- config/hypr/configs/Startup_Apps.conf | 2 -- 1 file changed, 2 deletions(-) (limited to 'config') diff --git a/config/hypr/configs/Startup_Apps.conf b/config/hypr/configs/Startup_Apps.conf index fbf77386..0cc5da11 100644 --- a/config/hypr/configs/Startup_Apps.conf +++ b/config/hypr/configs/Startup_Apps.conf @@ -9,8 +9,6 @@ $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 -- cgit v1.2.3