Update to zenwritten and add dwm autostart

This commit is contained in:
Alex Selimov 2024-11-11 19:24:43 -05:00
parent 576ede5261
commit 6eabf8447a
2 changed files with 2095 additions and 2194 deletions

View File

@ -20,10 +20,10 @@ static const char *fonts[] = {
"FiraCode Nerd Font:size=11:antialias=true:autohint=true"};
static const char dmenufont[] =
"SauceCodePro Nerd Font:size=10:antialias=true:autohint=true";
static const char col_gray1[] = "#1c1917";
static const char col_gray2[] = "#444444";
static const char col_gray1[] = "#191919";
static const char col_gray2[] = "#3d3839";
static const char col_gray3[] = "#B4bdc3";
static const char col_gray4[] = "#61676B";
static const char col_gray4[] = "#8e8e8e";
static const char col_cyan[] = "#6099C0";
static const char col_green[] = "#819b69";
static const char col_red[] = "#de6e76";

4283
dwm.c

File diff suppressed because it is too large Load Diff