#!/bin/sh swayidle \ timeout 10 'swaymsg "output * power off"' \ resume 'swaymsg "output * power on"' & swaylock -e -F -i ~/Source/tokyonight-wallpapers/fly_original.png kill %%