From 7d297d70e1462516deb82fe99ab8f2d06b95629c Mon Sep 17 00:00:00 2001 From: ProsperousPotato Date: Thu, 10 Apr 2025 00:34:33 +0100 Subject: Change font --- config.h | 4 ++-- drw.o | Bin 0 -> 11504 bytes dwm | Bin 0 -> 81528 bytes dwm.o | Bin 0 -> 71560 bytes util.o | Bin 0 -> 2496 bytes 5 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 drw.o create mode 100755 dwm create mode 100644 dwm.o create mode 100644 util.o diff --git a/config.h b/config.h index 945a3d8..646c5fb 100644 --- a/config.h +++ b/config.h @@ -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"; diff --git a/drw.o b/drw.o new file mode 100644 index 0000000..7a3d0de Binary files /dev/null and b/drw.o differ diff --git a/dwm b/dwm new file mode 100755 index 0000000..d6e0bab Binary files /dev/null and b/dwm differ diff --git a/dwm.o b/dwm.o new file mode 100644 index 0000000..5234117 Binary files /dev/null and b/dwm.o differ diff --git a/util.o b/util.o new file mode 100644 index 0000000..a5acd64 Binary files /dev/null and b/util.o differ -- cgit v1.2.3