Mercurial > gbwm
comparison default.config.h @ 4:f1f332156693
feat/fix: builtin root window bg/overlay bg always black
author | Atarwn Gard <a@qwa.su> |
---|---|
date | Sun, 12 Oct 2025 21:04:11 +0500 |
parents | 3726f37deac1 |
children | 49a8b21b0f95 |
comparison
equal
deleted
inserted
replaced
3:3726f37deac1 | 4:f1f332156693 |
---|---|
24 static const char *col_border_focused = "#4a90e2"; | 24 static const char *col_border_focused = "#4a90e2"; |
25 static const char *col_bg = "#000000"; | 25 static const char *col_bg = "#000000"; |
26 static const char *col_fg = "#ffffff"; | 26 static const char *col_fg = "#ffffff"; |
27 static const char *col_sel = "#4a90e2"; | 27 static const char *col_sel = "#4a90e2"; |
28 static const char *overlay_font = "LiberationMono:size=48"; | 28 static const char *overlay_font = "LiberationMono:size=48"; |
29 static const char *root_bg = "#000000"; | |
29 | 30 |
30 // Commands | 31 // Commands |
31 static const char *termcmd[] = { "st", NULL }; | 32 static const char *termcmd[] = { "st", NULL }; |
32 static const char *menucmd[] = { "dmenu_run", NULL }; | 33 static const char *menucmd[] = { "dmenu_run", NULL }; |
33 static const char *scrotcmd[] = { "scrot", NULL }; | 34 static const char *scrotcmd[] = { "scrot", NULL }; |