diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2019-12-02 10:40:08 +0100 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2019-12-02 10:40:08 +0100 |
commit | 0a56adf6ead97706991a2bc0241f0e1ab0df32ec (patch) | |
tree | 4b361d07e6cc832faa6d06f531f76525ba8d7a69 /files/sxiv/config.h | |
parent | efd23300b89998835a2fc1960178fe0fa1546737 (diff) | |
download | configs-0a56adf6ead97706991a2bc0241f0e1ab0df32ec.tar.gz configs-0a56adf6ead97706991a2bc0241f0e1ab0df32ec.zip |
Mon 02 Dec 2019 10:40:10 AM CET
Diffstat (limited to 'files/sxiv/config.h')
-rw-r--r-- | files/sxiv/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/sxiv/config.h b/files/sxiv/config.h index 35b2bb0..99e1e2e 100644 --- a/files/sxiv/config.h +++ b/files/sxiv/config.h @@ -9,7 +9,7 @@ enum { /* bar font: * (see fonts-conf(5) subsection "FONT NAMES" for valid values) */ -static const char * const BAR_FONT = "monospace:size=8"; +static const char * const BAR_FONT = "monospace:size=12"; /* colors: * overwritten by 'background' and 'foreground' X resource properties. |