←back to thread

225 points attogram | 3 comments | | HN request time: 0.001s | source

A github project to collect a bunch of bash-based screensavers/visualizations.
1. lucideer ◴[] No.45736232[source]
Nice!

First feature request: allow disabling all the `tput setab 0` calls throughout the codebase. This may make screensavers look weird on white terminals but should improve them for anyone using non-black-but-dark terminal themes.

replies(1): >>45739883 #
2. o11c ◴[] No.45739883[source]
Related: the `COLORFGBG` variable and the `tput el` sequence.
replies(1): >>45746343 #
3. lucideer ◴[] No.45746343[source]
TIL!