#saver #x11 #screenruster

nightly app screenruster-saver-hacks

XScreenSaver and XLock hacks

4 releases

0.2.1 Jan 5, 2020
0.2.0 Jun 12, 2019
0.1.1 Jul 24, 2016
0.1.0 Jul 19, 2016

#945 in Unix APIs

GPL-3.0 license

25KB
200 lines

ScreenRuster support for XScreenSaver and XLock

This saver provides support for using the plethora of existing screen savers from XScreenSaver and XLock as ScreenRuster savers.

Settings

If you want the minimal setup you can just add hacks in the ScreenRuster saver use, then it will automatically pickup your choices and settings from the file generated by xscreensaver-demo.

Otherwise you can specify various settings from the centralized configuration file.

use

An array containing the names of the hacks you want ScreenRuster to use.

<hack>

Specific settings for the hack.

  • <name> = true will translate to -<name>
  • <name> = false will translate to -no-<name>
  • <name> = <value> will translate to -<name> <value>

Dependencies

~3.5–5MB
~87K SLoC