From 59f646d76832487f2ddcff3a7f27a36aad1436ef Mon Sep 17 00:00:00 2001 From: ProsperousPotato Date: Mon, 31 Mar 2025 18:43:50 +0100 Subject: change font and colours in config.h --- config.def.h | 23 ----------------------- config.h | 6 +++--- dmenu | Bin 42776 -> 0 bytes dmenu.o | Bin 32104 -> 0 bytes dmenu_run | 2 +- drw.o | Bin 11040 -> 0 bytes include_dmenu | 11 +++++++++++ stest | Bin 16432 -> 0 bytes stest.o | Bin 5256 -> 0 bytes util.o | Bin 2224 -> 0 bytes 10 files changed, 15 insertions(+), 27 deletions(-) delete mode 100644 config.def.h delete mode 100644 dmenu delete mode 100644 dmenu.o delete mode 100644 drw.o delete mode 100644 stest delete mode 100644 stest.o delete mode 100644 util.o diff --git a/config.def.h b/config.def.h deleted file mode 100644 index 1edb647..0000000 --- a/config.def.h +++ /dev/null @@ -1,23 +0,0 @@ -/* See LICENSE file for copyright and license details. */ -/* Default settings; can be overriden by command line. */ - -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[] = { - "monospace:size=10" -}; -static const char *prompt = NULL; /* -p option; prompt to the left of input field */ -static const char *colors[SchemeLast][2] = { - /* fg bg */ - [SchemeNorm] = { "#bbbbbb", "#222222" }, - [SchemeSel] = { "#eeeeee", "#005577" }, - [SchemeOut] = { "#000000", "#00ffff" }, -}; -/* -l option; if nonzero, dmenu uses vertical list with given number of lines */ -static unsigned int lines = 0; - -/* - * Characters not considered part of a word while deleting words - * for example: " /?\"&[]" - */ -static const char worddelimiters[] = " "; diff --git a/config.h b/config.h index 4a59b5e..1ed5393 100644 --- a/config.h +++ b/config.h @@ -4,13 +4,13 @@ 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[] = { - "monospace:size=8" + "BigBlueTerm437NerdFontMono-Regular:pixelsize=12:autohint=true, fontawesome:size=16" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = { /* fg bg */ - [SchemeNorm] = { "#bbbbbb", "#222222" }, - [SchemeSel] = { "#eeeeee", "#bbbbbb" }, + [SchemeNorm] = { "#54487A", "#000000" }, + [SchemeSel] = { "#bbbbbb", "#54487A" }, [SchemeOut] = { "#000000", "#00ffff" }, }; /* -l option; if nonzero, dmenu uses vertical list with given number of lines */ diff --git a/dmenu b/dmenu deleted file mode 100644 index 9b24c7b..0000000 Binary files a/dmenu and /dev/null differ diff --git a/dmenu.o b/dmenu.o deleted file mode 100644 index 83b7a96..0000000 Binary files a/dmenu.o and /dev/null differ diff --git a/dmenu_run b/dmenu_run index 7a2a1cc..7713ca7 100644 --- a/dmenu_run +++ b/dmenu_run @@ -1,2 +1,2 @@ #!/bin/sh -dmenu_path | grep -v -F "^." ~/dmenu/include_dmenu | dmenu "$@" | ${SHELL:-"/bin/sh"} & +dmenu_path | grep -v -F "^." ~/.local/src/dmenu/include_dmenu | dmenu "$@" | ${SHELL:-"/bin/sh"} & diff --git a/drw.o b/drw.o deleted file mode 100644 index adbefaa..0000000 Binary files a/drw.o and /dev/null differ diff --git a/include_dmenu b/include_dmenu index 25cee50..179573e 100644 --- a/include_dmenu +++ b/include_dmenu @@ -1 +1,12 @@ +android-file-transfer +heroic-run +lxappearance +physics +pong +qbittorrent +qt5ct +qutebrowser st +steam +thunar +wireshark diff --git a/stest b/stest deleted file mode 100644 index 8a87ae4..0000000 Binary files a/stest and /dev/null differ diff --git a/stest.o b/stest.o deleted file mode 100644 index 028b555..0000000 Binary files a/stest.o and /dev/null differ diff --git a/util.o b/util.o deleted file mode 100644 index aa3779b..0000000 Binary files a/util.o and /dev/null differ -- cgit v1.2.3