Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/AzeAstro/AutoWall into main
Browse files Browse the repository at this point in the history
  • Loading branch information
AzeAstro committed Jun 27, 2021
2 parents 73d1a90 + 737a452 commit 6eb78c1
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# AutoWall

Simple and lightweight script that changes wallpaper automatically.

## Required:
python3

## Works with:
### OS:
Windows
Mac
Linux
### Desktop Enviroments:
Gnome 3
Pop(for Pop OS but it is just Gnome 3.38)
Pantheon(it is just Gnome 3.28)
Mate
Lxde
Openbox
Icewm
Jwm
Afterstep
Trinity
Mac OS's DE
and Windows DE(works with 10 but not sure about Windows 11. Test it and say please.)

## Usage:
### Without arguments:
```py
python3 AutoWall.py
```
It will set default wallpapers from `Wallpapers` folder and change them each hour.
### With Arguments
```py
python3 AutoWall.py --time=20 --folder=/home/user/wallpapers
```
It will set wallpapers from `/home/user/wallpapers` folder and change it each 20 seconds.

0 comments on commit 6eb78c1

Please sign in to comment.