scripts/tofi/power/⚿ Lock

7 lines
94 B
Bash
Executable File

#!/bin/bash
if [ -z ${SWAYSOCK+x} ]; then
i3lock -c 000000
else
swaylock -c 000000
fi