Skip to content

Plugin that randomly changes wallpaper on click on root window and with timer.

Notifications You must be signed in to change notification settings

zhdanjj/awesome-wallpaper-changer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Awesome WM wallpaper changer

Randomly changes wallpaper on click on root window and with timer.

A fork from https://github.com/zhdanjj/awesome-wallpaper-changer

Dependences

Awesome WM => 4.2

Installing

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
})

Options

Default values are shown above.

  • path - path to images, plugin will include images from subdirectories
  • show_notify - show alert when wallpaper has been changed
  • timeout - how often to change in seconds. If set to 0 disables
  • change_on_click - whether to change background on click on root window

About

Plugin that randomly changes wallpaper on click on root window and with timer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages