diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-04-10 00:34:33 +0100 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-04-10 00:34:33 +0100 |
| commit | 7d297d70e1462516deb82fe99ab8f2d06b95629c (patch) | |
| tree | 14de3948675c405cdb970b7e2acf94d674ff8116 | |
| parent | c72f4fcd509428f3115921ff111cfedadf301df2 (diff) | |
Change font
| -rw-r--r-- | config.h | 4 | ||||
| -rw-r--r-- | drw.o | bin | 0 -> 11504 bytes | |||
| -rwxr-xr-x | dwm | bin | 0 -> 81528 bytes | |||
| -rw-r--r-- | dwm.o | bin | 0 -> 71560 bytes | |||
| -rw-r--r-- | util.o | bin | 0 -> 2496 bytes |
5 files changed, 2 insertions, 2 deletions
@@ -11,8 +11,8 @@ static const unsigned int minwsz = 20; /* Minimum height of a client fo static const int swallowfloating = 1; static const int showbar = 0; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "BigBlueTerm437NerdFontMono-Regular:pixelsize=12:autohint=true, fontawesome:size=16" }; -static const char dmenufont[] = "BigBlueTerm437NerdFontMono-Regular:pixelsize=12:autohint=true, fontawesome:size=16"; +static const char *fonts[] = { "Bm437 IBM VGA 8x16:pixelsize=16, fontawesome:size=16" }; +static const char dmenufont[] = "Bm437 IBM VGA 8x16:pixelsize=16, fontawesome:size=16"; static const char col_gray1[] = "#000000"; static const char col_gray2[] = "#000000"; static const char col_gray3[] = "#bbbbbb"; Binary files differBinary files differBinary files differBinary files differ |
