Skip to content

Python curses utility to cycle between desktop wallpapers

License

Notifications You must be signed in to change notification settings

codeswhite/waller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python curses utility to cycle between desktop wallpapers

Currently the script handles only XFCE and LightDM

Contribute!

TODO:

Need help expanding it to work with other DE's , DM's and LightDM greeters !

For reference, a similar script for Gnome: wallpyper

And here's a Windows script that downloads and sets the image of the day: wallpy

Installation:

Current requirements are:

  • xorg-xrandr: Screen discovery

Install:

# Via PIP:
$ pip install waller


# From Arch AUR repo:
$ ... -S waller

Run:

$ waller

Please leave feedback and ideas on the issues page :)