diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-11-27 16:04:15 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-11-27 16:04:15 +0100 |
| commit | ac7e639bc0c4f11536380c6cf2c999cce7f0f62e (patch) | |
| tree | 7fe8c90e6eaad26269b2455b5245452c75b211af | |
| parent | 870582641b0b1679a2a426fcfa4b71b832dfdec4 (diff) | |
changed font size
| -rw-r--r-- | config.h | 5 | ||||
| -rwxr-xr-x | st | bin | 110088 -> 110088 bytes | |||
| -rw-r--r-- | x.o | bin | 78752 -> 78720 bytes |
3 files changed, 3 insertions, 2 deletions
@@ -5,9 +5,9 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Hack Nerd Font:pixelsize=14:antialias=true:autohint=true"; +static char *font = "Hack Nerd Font:size=11:antialias=true:autohint=true"; /* Spare fonts*/ -static char *font2[] = { "Symbola:pixelsize10:antialias=true:autohint=true" }; +static char *font2[] = { "Symbola:pixelsize=10:antialias=true:autohint=true" }; static int borderpx = 2; /* @@ -118,6 +118,7 @@ static const char *colorname[] = { "#6db0ad", "#cccccc", + [255] = 0, /* more colors can be added after 255 to use with DefaultXX */ Binary files differBinary files differ |
