diff options
| author | Goblin King <goblin-king@unix-goblins.xyz> | 2026-08-08 18:18:52 +0100 |
|---|---|---|
| committer | Goblin King <goblin-king@unix-goblins.xyz> | 2026-08-08 18:18:52 +0100 |
| commit | 93a6a39d4f8c8548c5949a4e207c3afac8508cb7 (patch) | |
| tree | 55710e854815e3149a02ae3b33efdf31269c2585 /config.def.h | |
| parent | 44dbc6809d05b8f2addc483f882e670db0b6b8e9 (diff) | |
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
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"; |
