added a couple comments

This commit is contained in:
forl0rn
2026-05-03 20:10:20 -05:00
parent c3aaa8ffe4
commit 1761d2702e
+2
View File
@@ -1,7 +1,9 @@
#!/bin/bash #!/bin/bash
# make sure it doesn't run more than once
pgrep -x "$(basename "$0")" | grep -v $$ >/dev/null && exit 0 pgrep -x "$(basename "$0")" | grep -v $$ >/dev/null && exit 0
# placeholder for first loop pass
xsetroot -name "Loading ..." xsetroot -name "Loading ..."
while true; do while true; do