Metadata-Version: 1.0
Name: slideshow-screensaver
Version: 0.3
Summary: Slideshow screensaver for Gnome based on Pygame
Home-page: https://github.com/jamesadney/slideshow-screensaver
Author: James Adney
Author-email: jfadney@gmail.com
License: GPL3
Description: ##########################
        Slideshow Screensaver v0.3
        ##########################
        
        Introduction
        ############
        
        Slideshow Screensaver is a screensaver for Gnome which displays a new photo
        every 10 seconds from ``$HOME/Pictures``.  If you want to customize the photo
        directory, the time between photos or the screensaver delay you will need to
        edit the source code for now.
        
        This is a very simple app which, for now, might not play nicely with
        xscreensaver, gnome-screensaver, etc.
        
        Installation
        ############
        
        1. Install the system-wide dependencies:
        
        	- python 2.7
        	- dbus-python
        	- xautolock
        	
        2. Install the python package: ::
        
        	sudo pip install slideshow-screensaver
        	
        3. Configure the screensaver to run automatically:
        
        	- Disable any other screensavers.
        	- Make ``slidesaver-daemon`` run at startup.
        	
        Plans
        #####
        
        Short-term
        ==========
        
        - GUI Configuration
        - Distribution packages
        - Simple image viewer app
        
        Long-term
        =========
        
        - Work with other (or no) desktop environments
        - Python 3
        - Cool Transitions
Keywords: slideshow,screensaver,gnome
Platform: UNKNOWN
