绘制 tag 标签

This commit is contained in:
2025-11-14 11:31:56 +08:00
parent a2e40bf63a
commit 14f321a45f
15 changed files with 642 additions and 9 deletions

View File

@@ -5,7 +5,8 @@
#include "types.h"
typedef struct wm_t {
uint32_t bar_height;
padding_t padding;
uint16_t bar_height;
bool need_restart;
GMainLoop *loop;
@@ -22,6 +23,8 @@ typedef struct wm_t {
bool have_xfixes;
bool have_xinerama;
bool have_randr;
color_set_t color_set;
} wm_t;
extern wm_t wm;