Skip to content

Simple python program to rotate background images on sway outputs

Notifications You must be signed in to change notification settings

jdonofrio728/swaywm-bg-changer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swaywm-bg-changer

Simple python program to rotate background images on sway outputs

Usage

This program takes a directory as the only required input. That directory can have a number of images which the program will rotate through randomly. The program is quite alpha and does not do much of any sanity checking.

#: python swaywm-bg-changer --help
usage: swaywm-bg-changer [-h] [-d] [-t TIMEOUT] bg_dir

positional arguments:
  bg_dir                Path to directory containing images

optional arguments:
  -h, --help            show this help message and exit
  -d, --daemon          Daemonize the process
  -t TIMEOUT, --timeout TIMEOUT
                        How often to change background images in minutes

About

Simple python program to rotate background images on sway outputs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages