commit before patch

This commit is contained in:
lucy 2026-02-27 21:33:25 +01:00
parent 6d315bd0a1
commit 8753e360ee
3 changed files with 2 additions and 2 deletions

View File

@ -18,14 +18,14 @@ static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */ static const int topbar = 1; /* 0 means bottom bar */
static const char *fonts[] = {"IosevkaTermSlab Nerd Font Mono:size=10"}; static const char *fonts[] = {"IosevkaTermSlab Nerd Font Mono:size=10"};
static const char dmenufont[] = "IosevkaTermSlab Nerd Font Mono:size=10"; static const char dmenufont[] = "IosevkaTermSlab Nerd Font Mono:size=10";
static const char col_gray1[] = "#222222"; static const char col_gray1[] = "#111122";
static const char col_gray2[] = "#444444"; static const char col_gray2[] = "#444444";
static const char col_gray3[] = "#bbbbbb"; static const char col_gray3[] = "#bbbbbb";
static const char col_gray4[] = "#eeeeee"; static const char col_gray4[] = "#eeeeee";
static const char col_cyan[] = "#ff99ff"; static const char col_cyan[] = "#ff99ff";
static const char *colors[][3] = { static const char *colors[][3] = {
/* fg bg border */ /* fg bg border */
[SchemeNorm] = {col_gray3, col_gray1, col_gray2}, [SchemeNorm] = {col_gray3, col_gray1, col_gray1},
[SchemeSel] = {col_gray1, col_cyan, col_cyan}, [SchemeSel] = {col_gray1, col_cyan, col_cyan},
}; };

BIN
dwm

Binary file not shown.

BIN
dwm.o

Binary file not shown.