From 83bb739dce78fd9c2a2b12f67b095c04c1fbebc4 Mon Sep 17 00:00:00 2001 From: ProsperousPotato Date: Tue, 2 Dec 2025 18:19:29 +0000 Subject: change font --- config.h | 2 +- dmenu | Bin 0 -> 42408 bytes dmenu.o | Bin 0 -> 32280 bytes drw.o | Bin 0 -> 11416 bytes stest | Bin 0 -> 16376 bytes stest.o | Bin 0 -> 5368 bytes util.o | Bin 0 -> 2496 bytes 7 files changed, 1 insertion(+), 1 deletion(-) create mode 100755 dmenu create mode 100644 dmenu.o create mode 100644 drw.o create mode 100755 stest create mode 100644 stest.o create mode 100644 util.o diff --git a/config.h b/config.h index b43383e..42b490a 100755 --- a/config.h +++ b/config.h @@ -4,7 +4,7 @@ static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { - "Terminess Nerd Font Mono:pixelsize=14" + "Terminus:pixelsize=10" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = { diff --git a/dmenu b/dmenu new file mode 100755 index 0000000..1847ea6 Binary files /dev/null and b/dmenu differ diff --git a/dmenu.o b/dmenu.o new file mode 100644 index 0000000..d1235c5 Binary files /dev/null and b/dmenu.o differ diff --git a/drw.o b/drw.o new file mode 100644 index 0000000..fad2a89 Binary files /dev/null and b/drw.o differ diff --git a/stest b/stest new file mode 100755 index 0000000..6e301ea Binary files /dev/null and b/stest differ diff --git a/stest.o b/stest.o new file mode 100644 index 0000000..e109331 Binary files /dev/null and b/stest.o differ diff --git a/util.o b/util.o new file mode 100644 index 0000000..ffd2bcb Binary files /dev/null and b/util.o differ -- cgit v1.2.3