diff options
author | Your Name <you@example.com> | 2021-11-20 17:17:13 +0000 |
---|---|---|
committer | Your Name <you@example.com> | 2021-11-20 17:17:13 +0000 |
commit | deae590790ed03577906334c2238a339bcd0411d (patch) | |
tree | 93561968a5448e4c0cc5154847d3a63a373cb49f /README.md | |
parent | Add niceness to the animated wallpapers (diff) | |
download | smart-wallpaper-deae590790ed03577906334c2238a339bcd0411d.tar.gz smart-wallpaper-deae590790ed03577906334c2238a339bcd0411d.tar.bz2 smart-wallpaper-deae590790ed03577906334c2238a339bcd0411d.zip |
Adding support for wallpapers being drawn on top of the xorg root window
Now you need xwinwrap (to createa window on top of the root) And you need imagemagick, to draw the image to the window created by xwinwrap
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md index 65a2f33..5e2eb0a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ You can either clone the repository and run the script or if you are running Arc ### Dependencies Required: redshift - determining if its day/night in your location. - feh - setting the wallpaper. + imagemagick - setting the wallpaper. + xwinwrap - drawing on top of the Xorg root bash Optional: gifsicle - animated wallpaper support |