Upload files to "/"

This commit is contained in:
Fifthdread 2026-03-24 13:34:44 -04:00
commit e352ab6d8a
2 changed files with 16 additions and 0 deletions

7
screensaver.sh Normal file
View file

@ -0,0 +1,7 @@
printf '\033]11;rgb:00/00/00\007' # Set background color to black
while true; do
tte -i ~/.config/screensaver/screensaver.txt \
--frame-rate 120 --canvas-width 0 --canvas-height 0 --reuse-canvas --anchor-canvas c --anchor-text c\
--random-effect --exclude-effects dev_worm \
--no-eol --no-restore-cursor
done