docs(wallpaper): fix example issue

This commit is contained in:
Nooo37 2022-03-30 21:34:23 +02:00 committed by GitHub
parent 5b3bc36b70
commit 3164486da0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ bling.module.wallpaper.setup {
-- wallpapers based on a schedule, like awesome-glorious-widgets dynamic wallpaper -- wallpapers based on a schedule, like awesome-glorious-widgets dynamic wallpaper
-- https://github.com/manilarome/awesome-glorious-widgets/tree/master/dynamic-wallpaper -- https://github.com/manilarome/awesome-glorious-widgets/tree/master/dynamic-wallpaper
bling.module.wallpaper.setup { bling.module.wallpaper.setup {
set_function = wallpaper.setters.simple_schedule, set_function = bling.module.wallpaper.setters.simple_schedule,
wallpaper = { wallpaper = {
["06:22:00"] = "morning-wallpaper.jpg", ["06:22:00"] = "morning-wallpaper.jpg",
["12:00:00"] = "noon-wallpaper.jpg", ["12:00:00"] = "noon-wallpaper.jpg",