blob: 17239406037b8923ca2ece963009064cf88f4e06 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/bash
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ##
# 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
|