chore: remove unused log function

This commit is contained in:
itsscb 2025-08-28 20:31:47 +02:00
parent 44abd5c932
commit d826cb0439

View File

@ -5,10 +5,6 @@ set -u
# internal monitor name - change if yours differs
INT="eDP-1"
log() {
notify-send "$*"
}
output=$(hyprctl monitors 2>/dev/null) || {
echo "Error: hyprctl not found or command failed" >&2
exit 1