16 lines
486 B
Bash
Executable file
16 lines
486 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# ==================================================
|
|
# KoolDots (2026)
|
|
# Project URL: https://github.com/LinuxBeginnings
|
|
# License: GNU GPLv3
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
# ==================================================
|
|
|
|
# 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
|
|
|