Skip to content

Commit 94f19f3

Browse files
committed
config.h edited for test auto 3
1 parent e42fef8 commit 94f19f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config.h

+2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@ static const int topbar = 1;
1616
#define ICONSPACING 6
1717
#define SHOWWINICON 1
1818

19+
1920
/* fonts */
2021
static const char *fonts[] = {
2122
"MesloLGS Nerd Font Mono:size=12",
2223
"NotoColorEmoji:pixelsize=12:antialias=true:autohint=true"
2324
};
2425

26+
2527
/* colors */
2628
static const char normbordercolor[] = "#3B4252";
2729
static const char normbgcolor[] = "#2E3440";

0 commit comments

Comments
 (0)