diff options
author | Joe <bousset.rudy@gmail.com> | 2022-08-12 15:41:10 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-08-12 15:41:10 +0200 |
commit | 6c170412c877bac106cb52028f1c50720446f1d8 (patch) | |
tree | f45bb5e1a5b82281d37c5c499ea72a58e3e53a53 /config.def.h | |
parent | fix (diff) | |
download | dwm-6c170412c877bac106cb52028f1c50720446f1d8.tar.gz dwm-6c170412c877bac106cb52028f1c50720446f1d8.tar.bz2 dwm-6c170412c877bac106cb52028f1c50720446f1d8.tar.xz dwm-6c170412c877bac106cb52028f1c50720446f1d8.tar.zst dwm-6c170412c877bac106cb52028f1c50720446f1d8.zip |
rice
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h index 0afff42..c18245e 100644 --- a/config.def.h +++ b/config.def.h @@ -6,10 +6,10 @@ static const unsigned int gappx = 10; /* gaps between 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 int user_bh = 24; /* 0 means that dwm will calculate bar height, >= 1 means dwm will user_bh as bar height */ +static const int user_bh = 22; /* 0 means that dwm will calculate bar height, >= 1 means dwm will user_bh as bar height */ static const int focusonwheel = 0; -static const char *fonts[] = { "monospace:size=10" }; -static const char dmenufont[] = "monospace:size=10"; +static const char *fonts[] = { "UbuntuMono Nerd Font:size=13" }; +static const char dmenufont[] = "monospace:size=11"; static const char col_gray1[] = "#222222"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb"; |