#!/bin/bash
if [[ -e ${HOME}/.local/state/idle.state ]]; then
${HOME}/scripts/sway/idle.sh unfade
else
${HOME}/scripts/sway/idle.sh fade
fi