diff options
author | Maxim Kochurov | 2020-01-26 21:44:41 +0300 |
---|---|---|
committer | Maxim Kochurov | 2020-01-26 21:44:41 +0300 |
commit | 33aaaa934b6267feb5de83cc01ae258ff99b8811 (patch) | |
tree | 28dce33ca53ee45964ee18414d0fea5b3f2bd4e8 | |
parent | 335827ea70f83500c0df9e1e326aabde636a7325 (diff) | |
download | aur-33aaaa934b6267feb5de83cc01ae258ff99b8811.tar.gz |
top bar
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,8 +5,8 @@ static const unsigned int borderpx = 1; /* border pixel of windows */ static const unsigned int snap = 32; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "FiraCode:size=14" };//-*-terminus-medium-*-normal--24-240-72--72-c-120-*-1 -static const char dmenufont[] = "FiraCode:size=14"; +static const char *fonts[] = { "FiraCode:size=10" };//-*-terminus-medium-*-normal--24-240-72--72-c-120-*-1 +static const char dmenufont[] = "FiraCode:size=10"; static const char col_gray1[] = "#222222"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb"; |