diff options
author | Joe <bousset.rudy@gmail.com> | 2022-08-22 17:17:28 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-08-22 17:17:28 +0200 |
commit | f322b68732f31f572a9542cbded28b1aa3769fd9 (patch) | |
tree | f653c7416b380c42d174000f232b605ef234c978 | |
parent | updarte (diff) | |
download | dwm-f322b68732f31f572a9542cbded28b1aa3769fd9.tar.gz dwm-f322b68732f31f572a9542cbded28b1aa3769fd9.tar.bz2 dwm-f322b68732f31f572a9542cbded28b1aa3769fd9.tar.xz dwm-f322b68732f31f572a9542cbded28b1aa3769fd9.tar.zst dwm-f322b68732f31f572a9542cbded28b1aa3769fd9.zip |
udpate
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,9 +6,9 @@ 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 = 26; /* 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[] = { "NotoSans Nerd Font:size=14" }; +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"; |