e955f1edd1
Read the same configuration file in the shell plugin (desktop-shell) as the desktop-shell client does. Add a new section "screensaver", where "path" defines the path of the idle animation client to be executed. Not defining "path" disables the animation. Idle animations are not in use by default. It must be configured in wayland-desktop-shell.ini or launched manually. Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
25 lines
542 B
INI
25 lines
542 B
INI
[wayland-desktop-shell]
|
|
background-image=/usr/share/backgrounds/gnome/Aqua.jpg
|
|
panel-color=0x90ff0000
|
|
locking=true
|
|
|
|
[launcher]
|
|
icon=/usr/share/icons/gnome/24x24/apps/utilities-terminal.png
|
|
path=/usr/bin/gnome-terminal
|
|
|
|
[launcher]
|
|
icon=/usr/share/icons/gnome/24x24/apps/utilities-terminal.png
|
|
path=./clients/terminal
|
|
|
|
[launcher]
|
|
icon=/usr/share/icons/hicolor/24x24/apps/google-chrome.png
|
|
path=/usr/bin/google-chrome
|
|
|
|
[launcher]
|
|
icon=/usr/share/icons/gnome/24x24/apps/arts.png
|
|
path=./clients/flower
|
|
|
|
[screensaver]
|
|
#path=./clients/wscreensaver
|
|
|