From 93a6a39d4f8c8548c5949a4e207c3afac8508cb7 Mon Sep 17 00:00:00 2001 From: Goblin King Date: Sat, 8 Aug 2026 18:18:52 +0100 Subject: initial commit --- config.def.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 81c3fc0..1680db5 100644 --- a/config.def.h +++ b/config.def.h @@ -7,6 +7,8 @@ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ static const char *fonts[] = { "monospace:size=10" }; static const char dmenufont[] = "monospace:size=10"; +static unsigned int baralpha = 0xd0; +static unsigned int borderalpha = OPAQUE; static const char col_gray1[] = "#222222"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb"; -- cgit v1.2.3