janemiceli / screensaver

A page I use as my personal screen saver or live wall paper using AutoWall.

Home Page:https://janemiceli.github.io/screensaver/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Matrix code rain

See live demo here

Matrix font is from here.

TO DO

  • In customer messages, only one string per character length is allowed for some reason

CONFIGURATION

  • Change color of the rain in script.js, by assigning variable "colorrain" a number that corresponds with the color:
bluerain = 207;
var colorrain = bluerain;

Live examples:

  • Change the messages/words that appear in the rain by using all CAPS and assign to array "messages"
const messages = ["ALPHA", "BETA", "GAMMA"]

ONE MORE THING: Screensavers and webpage wallpaper

Also works with Webpage Screensaver for Windows, Webpage Screensaver for macOS, Webpage Live Wallpaper for Windows

About

A page I use as my personal screen saver or live wall paper using AutoWall.

https://janemiceli.github.io/screensaver/


Languages

Language:JavaScript 87.4%Language:SCSS 5.9%Language:CSS 5.1%Language:HTML 1.6%