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