Randomly changes wallpaper on click on root window and with timer.
A fork from https://github.com/zhdanjj/awesome-wallpaper-changer
Awesome WM => 4.2
Make git clone
in directory where rc.lua
is located. Then add to the end of rc.lua
following lines:
require('awesome-wallpaper-changer').start({
path = '~/pics/wallpapers/',
show_notify = true,
timeout = 60*15,
change_on_click = true
})
Default values are shown above.
path
- path to images, plugin will include images from subdirectoriesshow_notify
- show alert when wallpaper has been changedtimeout
- how often to change in seconds. If set to 0 disableschange_on_click
- whether to change background on click on root window