Update to zenwritten and add dwm autostart

zenbones_colors
Alex Selimov 3 days ago
parent 576ede5261
commit 6eabf8447a

@ -20,10 +20,10 @@ static const char *fonts[] = {
"FiraCode Nerd Font:size=11:antialias=true:autohint=true"}; "FiraCode Nerd Font:size=11:antialias=true:autohint=true"};
static const char dmenufont[] = static const char dmenufont[] =
"SauceCodePro Nerd Font:size=10:antialias=true:autohint=true"; "SauceCodePro Nerd Font:size=10:antialias=true:autohint=true";
static const char col_gray1[] = "#1c1917"; static const char col_gray1[] = "#191919";
static const char col_gray2[] = "#444444"; static const char col_gray2[] = "#3d3839";
static const char col_gray3[] = "#B4bdc3"; 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_cyan[] = "#6099C0";
static const char col_green[] = "#819b69"; static const char col_green[] = "#819b69";
static const char col_red[] = "#de6e76"; static const char col_red[] = "#de6e76";

1011
dwm.c

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save