diff options
| author | Prabin Panta <pantaprabin30@gmail.com> | 2025-10-28 17:21:02 +0545 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-28 17:21:02 +0545 |
| commit | 950e776c81d3faec64374a238b86ca61b7770cfe (patch) | |
| tree | 49e168f7129a9a242fe9f65cc1358644baf6377c /config/hypr/scripts/LockScreen.sh | |
| parent | 163bce40d9612bbc364b8c6aea0892230e39bee7 (diff) | |
| parent | 2c32d1cc6ca9397db2db94bb50ad5238fa75d0c9 (diff) | |
Merge pull request #9 from prabinpanta0/development-weather
Development weather
Diffstat (limited to 'config/hypr/scripts/LockScreen.sh')
| -rwxr-xr-x | config/hypr/scripts/LockScreen.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/hypr/scripts/LockScreen.sh b/config/hypr/scripts/LockScreen.sh index 5e799181..17239406 100755 --- a/config/hypr/scripts/LockScreen.sh +++ b/config/hypr/scripts/LockScreen.sh @@ -4,4 +4,7 @@ # For Hyprlock #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 + loginctl lock-session
\ No newline at end of file |
