添加壁纸动态切换功能

This commit is contained in:
2025-08-11 05:00:07 +08:00
parent 0b605e195c
commit 714a69f258
3 changed files with 29 additions and 1 deletions

View File

@@ -1,6 +1,9 @@
#include "config.h"
#include <stdint.h>
#include <stdio.h>
/* 壁纸列表,支持通配符和 shell 环境变量拼接,最后以 NULL 结尾 */
const char *wallpager_list[] = {NULL};
/* 壁纸切换间隔单位0 表示不切换 */
const uint32_t wallpaper_interval = 0;