pgnunes / web-screen-saver

Windows screensaver that iterates through a list of URLs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

web-screen-saver

Windows screensaver that iterates through a list of URLs. Based on CefSharp (Chromium Embedded Framework).

Can be used to display dashboards from different web sites (like Grafana) and/or as a secure way to display information (i.e. kiosk TV mode)

Dependencies

Installation

Download WebScreenSaver-x.x.x.zip from releases and extract it (i.e. user home). Right click on WebScreenSaver.scr and select 'install'.

NOTE: Keep the folder and its contents as the screensaver requires all existent files to run.

Configuration

A default config file will be created under %UserProfile%\\webscreensaver.txt. File location can be overridden by the screensaver settings.

Configuration file contains number of seconds and webpage. One entry per line. i.e.:

5  https://github.com/pgnunes/web-screen-saver
10 https://duckduckgo.com/

About

Windows screensaver that iterates through a list of URLs

License:MIT License


Languages

Language:C# 100.0%