11 lines
301 B
Bash
Executable file
11 lines
301 B
Bash
Executable file
#!/usr/bin/env 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
|
|
|