1
0
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:
TiynGER
2020-04-18 22:23:36 +02:00
parent e173a53c7f
commit 8fc905a914
2 changed files with 161 additions and 2 deletions

View File

@@ -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";