#!/usr/bin/env bash sudo ~/.local/bin/__suspend while grep -v '\[' /sys/power/state; do swaylock break done