Changing screenshot.

This commit is contained in:
Derek Taylor 2019-03-14 10:28:13 -05:00
parent 7dadd27d09
commit 452a63a3c1
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 MiB

After

Width:  |  Height:  |  Size: 2.7 MiB

View File

@ -18,7 +18,7 @@ static const int horizpadbar = 6; /* horizontal padding for status
static const int vertpadbar = 7; /* vertical padding for statusbar */ static const int vertpadbar = 7; /* vertical padding for statusbar */
static const char *fonts[] = { "UbuntuMono Nerd Font:size=10" }; static const char *fonts[] = { "UbuntuMono Nerd Font:size=10" };
static const char dmenufont[] = "UbuntuMono Nerd Font:size=10"; static const char dmenufont[] = "UbuntuMono Nerd Font:size=10";
static const char col_gray1[] = "#000000"; static const char col_gray1[] = "#292d3e";
static const char col_gray2[] = "#000000"; /* border color unfocused windows */ static const char col_gray2[] = "#000000"; /* border color unfocused windows */
static const char col_gray3[] = "#96b5b4"; static const char col_gray3[] = "#96b5b4";
static const char col_gray4[] = "#c0c5ce"; static const char col_gray4[] = "#c0c5ce";