mirror of
https://github.com/tiyn/dwm.git
synced 2026-01-02 07:29:47 +01:00
disabled alpha tmp
This commit is contained in:
@@ -12,8 +12,8 @@ static const char *fonts[] = { "monospace:size=10", "Noto Color Emoji:s
|
||||
static const char dmenufont[] = "monospace:size=10";
|
||||
static const char col_gray1[] = "#222222";
|
||||
static const char col_gray2[] = "#444444";
|
||||
static const unsigned int baralpha = 0xd0;
|
||||
static const unsigned int borderalpha = OPAQUE;
|
||||
static const unsigned int baralpha = 0xff;
|
||||
static const unsigned int borderalpha = 0xff;
|
||||
static const char col_gray3[] = "#f7f7f7";
|
||||
static const char col_gray4[] = "#000000";
|
||||
static const char col_cyan[] = "#a62238";
|
||||
|
||||
Reference in New Issue
Block a user