Skip to content

Commit c18f5ba

Browse files
committed
formatting
1 parent 0e64a80 commit c18f5ba

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

screen-suspend

+11-11
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22

33
while getopts hf opt
44
do
5-
case "$opt" in
6-
f) sudo zzz
7-
exit 0;;
8-
h) echo "usage: [-hf]"
9-
exit 0;;
10-
esac
5+
case "$opt" in
6+
f) sudo zzz
7+
exit 0;;
8+
h) echo "usage: [-hf]"
9+
exit 0;;
10+
esac
1111
done
1212

1313
if [ $(xssstate -s) = "on" ];
1414
then
15-
_idle=$(($(xssstate -i) / 1000))
16-
if [ $_idle -gt 600 ];
17-
then
18-
sudo zzz
19-
fi
15+
_idle=$(($(xssstate -i) / 1000))
16+
if [ $_idle -gt 600 ];
17+
then
18+
sudo zzz
19+
fi
2020
fi
2121

0 commit comments

Comments
 (0)