blob: e61490cd1b033445e386c58a22243c9cd82a548e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#!/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/.config/hypr/UserScripts/WeatherWrap.sh" >/dev/null 2>&1
loginctl lock-session
|