Files
community-plugins/daily-wallpaper/plugin.toml
T
6e7764043d daily-wallpaper (#8)
Co-authored-by: nzlov <me@nzlov.com>
2026-07-14 22:38:34 -04:00

32 lines
701 B
TOML

id = "nzlov/daily-wallpaper"
name = "Daily Wallpaper"
version = "1.0.0"
min_noctalia = "5.0.0"
author = "nzlov"
license = "MIT"
dependencies = []
tags = ["wallpaper", "desktop"]
icon = "photo"
description = "Fetches a new daily wallpaper from Bing or NASA."
[[setting]]
key = "source"
type = "select"
label_key = "settings.source.label"
default = "bing"
options = [
{ value = "bing", label_key = "settings.source.options.bing" },
{ value = "nasa", label_key = "settings.source.options.nasa" },
]
[[setting]]
key = "locale"
type = "string"
label_key = "settings.locale.label"
description_key = "settings.locale.description"
default = ""
[[service]]
id = "service"
entry = "daily_wallpaper.luau"