feat: 添加壁纸功能

This commit is contained in:
2026-03-08 12:33:12 +08:00
parent 4ccdc9c23d
commit 73f659ef1f
7 changed files with 364 additions and 0 deletions

View File

@@ -139,3 +139,7 @@ static const rule_t rules[] = {
{.class = "mpv", .tag_index = 11, .switch_to_tag = true, .fullscreen = true},
{.class = "Emacs", .tag_index = 10, .switch_to_tag = true, .maximize = true},
};
/* static const char *const wallpapers[] = {"~/bg/\*", "~/Downloads/bg/\*"}; */
static const char *const wallpapers[] = {};
static const uint32_t wallpaper_interval = 10;