├── LICENSE ├── README.md ├── img ├── .gitnore ├── CruelMinimilastClock.gif └── screensaverDemo1.jpeg ├── index.html └── src ├── readme.md └── sshtml.scr /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surajmandalcell/CruelMinimal-Screensaver/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surajmandalcell/CruelMinimal-Screensaver/HEAD/README.md -------------------------------------------------------------------------------- /img/.gitnore: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /img/CruelMinimilastClock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surajmandalcell/CruelMinimal-Screensaver/HEAD/img/CruelMinimilastClock.gif -------------------------------------------------------------------------------- /img/screensaverDemo1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surajmandalcell/CruelMinimal-Screensaver/HEAD/img/screensaverDemo1.jpeg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surajmandalcell/CruelMinimal-Screensaver/HEAD/index.html -------------------------------------------------------------------------------- /src/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surajmandalcell/CruelMinimal-Screensaver/HEAD/src/readme.md -------------------------------------------------------------------------------- /src/sshtml.scr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surajmandalcell/CruelMinimal-Screensaver/HEAD/src/sshtml.scr --------------------------------------------------------------------------------