diff options
| author | brockar <martinnguzman.mg@gmail.com> | 2025-10-28 18:08:12 -0300 |
|---|---|---|
| committer | brockar <martinnguzman.mg@gmail.com> | 2025-10-28 18:08:12 -0300 |
| commit | 2c1ce157c97ae690e1dfb8087a3bfa808ac57c18 (patch) | |
| tree | 696a05536d8e88b10455c5d0a33e2071ecd99910 /config | |
| parent | c29becbee7b0dc02d50a0e3be3945b087e77cf37 (diff) | |
weatherWrap.sh -> WeatherWrap.sh
Diffstat (limited to 'config')
| -rw-r--r-- | config/hypr/UserConfigs/Startup_Apps.conf | 2 | ||||
| -rwxr-xr-x | config/hypr/UserScripts/WeatherWrap.sh (renamed from config/hypr/UserScripts/weatherWrap.sh) | 0 | ||||
| -rwxr-xr-x | config/hypr/scripts/LockScreen.sh | 7 |
3 files changed, 5 insertions, 4 deletions
diff --git a/config/hypr/UserConfigs/Startup_Apps.conf b/config/hypr/UserConfigs/Startup_Apps.conf index c40d0b0a..2f5c7ae7 100644 --- a/config/hypr/UserConfigs/Startup_Apps.conf +++ b/config/hypr/UserConfigs/Startup_Apps.conf @@ -48,7 +48,7 @@ exec-once = $UserScripts/RainbowBorders.sh exec-once = hypridle # Weather script to populate cache on startup -exec-once = $UserScripts/weatherWrap.sh +exec-once = $UserScripts/WeatherWrap.sh # Here are list of features available but disabled by default diff --git a/config/hypr/UserScripts/weatherWrap.sh b/config/hypr/UserScripts/WeatherWrap.sh index 4c9a16dc..4c9a16dc 100755 --- a/config/hypr/UserScripts/weatherWrap.sh +++ b/config/hypr/UserScripts/WeatherWrap.sh diff --git a/config/hypr/scripts/LockScreen.sh b/config/hypr/scripts/LockScreen.sh index 17239406..e61490cd 100755 --- a/config/hypr/scripts/LockScreen.sh +++ b/config/hypr/scripts/LockScreen.sh @@ -2,9 +2,10 @@ # /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## # For Hyprlock -#pidof hyprlock || hyprlock -q +#pidof hyprlock || hyprlock -q # Ensure weather cache is up-to-date before locking (Waybar/lockscreen readers) -bash "$HOME/.secret/Hyprland-Dots/config/hypr/UserScripts/weatherWrap.sh" >/dev/null 2>&1 +bash "$HOME/.config/hypr/UserScripts/WeatherWrap.sh" >/dev/null 2>&1 + +loginctl lock-session -loginctl lock-session
\ No newline at end of file |
