From b2fa6d2b07a81262b079b5337aa65884ace78537 Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Tue, 30 Jun 2026 16:23:18 -0700 Subject: make bar transparent --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index 6dd5358..6f16248 100644 --- a/config.def.h +++ b/config.def.h @@ -25,8 +25,8 @@ static const int topbar = 1; /* 0 means bottom bar */ static const char *fonts[] = {"monospace:size=10"}; static uint32_t colors[][3] = { /* fg bg border */ - [SchemeNorm] = { 0xbbbbbbff, 0x222222ff, 0x444444ff }, - [SchemeSel] = { 0xeeeeeeff, 0x005577ff, 0x005577ff }, + [SchemeNorm] = { 0xbbbbbbff, 0x00000000, 0x444444ff }, + [SchemeSel] = { 0xeeeeeeff, 0x00000000, 0x005577ff }, [SchemeUrg] = { 0, 0, 0x770000ff }, }; -- cgit v1.2.3