diff 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
line wrap: on
line diff
--- a/default.config.h	Sun Oct 12 20:54:34 2025 +0500
+++ b/default.config.h	Sun Oct 12 21:04:11 2025 +0500
@@ -26,6 +26,7 @@
 static const char *col_fg = "#ffffff";
 static const char *col_sel = "#4a90e2";
 static const char *overlay_font = "LiberationMono:size=48";
+static const char *root_bg = "#000000";
 
 // Commands
 static const char *termcmd[] = { "st", NULL };