创建每个屏幕对应的信息条窗口

This commit is contained in:
2025-08-15 19:28:40 +08:00
parent be94f90c94
commit 8472fda46a
12 changed files with 414 additions and 6 deletions

View File

@@ -68,3 +68,10 @@ const char *const active_client_name_color = "#005577";
const char *const status_color = "#bbbbbb";
const char *const border_color = "#444444";
const char *const active_border_color = "#005577";
const char *const default_font_family = "sans-serif, monospace";
const uint32_t default_font_size = 10;
const uint32_t dpi_fallback = 96;
const uint32_t bar_y_padding = 1;
const uint32_t tag_x_padding = 10;