From db7d5136c2d446c489edc1c80afdab01bfb474d0 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 7 Jan 2024 08:08:14 +0900 Subject: [PATCH 1/2] update on variables on Startup --- config/hypr/UserConfigs/Startup_Apps.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/hypr/UserConfigs/Startup_Apps.conf b/config/hypr/UserConfigs/Startup_Apps.conf index d8385f0..fe10da4 100644 --- a/config/hypr/UserConfigs/Startup_Apps.conf +++ b/config/hypr/UserConfigs/Startup_Apps.conf @@ -6,7 +6,7 @@ $UserScripts = $HOME/.config/hypr/UserScripts $wallDIR=$HOME/Pictures/wallpapers $lock = $scriptsDir/LockScreen.sh -$SwwwRandom = $UserscriptsDir/WallpaperAutoChange.sh +$SwwwRandom = $Userscripts/WallpaperAutoChange.sh # wallpaper stuff / More wallpaper options below exec-once = swww query || swww init @@ -32,7 +32,7 @@ exec-once = wl-paste --type text --watch cliphist store exec-once = wl-paste --type image --watch cliphist store # Rainbow borders -exec-once = $UserscriptsDir/RainbowBorders.sh +exec-once = $Userscripts/RainbowBorders.sh # sway-idle with lock only exec-once = swayidle -w timeout 900 '$lock' @@ -51,4 +51,4 @@ exec-once = swayidle -w timeout 900 '$lock' #exec-once = $scriptsDir/PortalHyprland.sh # wlsunset - for automatic gamma adjustment. Default is 1900 to 0700 (7pm to 7am). Edit Sunset.sh accordingly -# exec-once = $UserScriptsDir/Sunset.sh \ No newline at end of file +# exec-once = $UserScripts/Sunset.sh \ No newline at end of file From ffbb2da07e040fb75ad89bfaacf03c8d73b7d8c1 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 7 Jan 2024 08:18:43 +0900 Subject: [PATCH 2/2] small correction --- config/hypr/UserConfigs/Startup_Apps.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/hypr/UserConfigs/Startup_Apps.conf b/config/hypr/UserConfigs/Startup_Apps.conf index fe10da4..fb0735d 100644 --- a/config/hypr/UserConfigs/Startup_Apps.conf +++ b/config/hypr/UserConfigs/Startup_Apps.conf @@ -6,7 +6,7 @@ $UserScripts = $HOME/.config/hypr/UserScripts $wallDIR=$HOME/Pictures/wallpapers $lock = $scriptsDir/LockScreen.sh -$SwwwRandom = $Userscripts/WallpaperAutoChange.sh +$SwwwRandom = $UserScripts/WallpaperAutoChange.sh # wallpaper stuff / More wallpaper options below exec-once = swww query || swww init @@ -32,7 +32,7 @@ exec-once = wl-paste --type text --watch cliphist store exec-once = wl-paste --type image --watch cliphist store # Rainbow borders -exec-once = $Userscripts/RainbowBorders.sh +exec-once = $UserScripts/RainbowBorders.sh # sway-idle with lock only exec-once = swayidle -w timeout 900 '$lock'