解析壁纸配置

This commit is contained in:
2025-08-08 22:53:33 +08:00
parent d82081ca71
commit 16204bd638
7 changed files with 195 additions and 12 deletions

6
src/config.c Normal file
View File

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