update change-wallpaper with config

This commit is contained in:
sudacode 2025-05-05 09:34:18 -07:00
parent 6003620db9
commit 33f10999b9
Signed by: sudacode
SSH Key Fingerprint: SHA256:lT5C2bB398DcX6daCF/gYFNSTK3y+Du3oTGUnYzfTEw
2 changed files with 11 additions and 6 deletions

View File

@ -0,0 +1,11 @@
{
"topics": [
"132262 - Mobuseka",
"konosuba",
"79222 - bunny girl senpai",
"oshi no ko",
"kill la kill",
"lofi",
"139520 - eminence in shadow"
]
}

View File

@ -25,13 +25,7 @@ type Config struct {
} }
var defaultTopics = []string{ var defaultTopics = []string{
"132262 - Mobuseka",
"konosuba",
"bunny girl senpai",
"oshi no ko",
"kill la kill",
"lofi", "lofi",
"eminence in shadow",
} }
func loadConfig() []string { func loadConfig() []string {