From e0d22d49c48ae301b4cb3e86dfc528859bcca001 Mon Sep 17 00:00:00 2001 From: ProsperousPotato Date: Mon, 23 Jun 2025 16:34:46 +0100 Subject: change colours --- config.h | 6 +++--- dmenu | Bin 0 -> 42776 bytes dmenu.o | Bin 0 -> 31992 bytes dmenu_run | 2 +- drw.o | Bin 0 -> 10832 bytes include_dmenu | 15 ++++++--------- stest | Bin 0 -> 16432 bytes stest.o | Bin 0 -> 5240 bytes util.o | Bin 0 -> 2216 bytes 9 files changed, 10 insertions(+), 13 deletions(-) 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 1ed5393..8cefa24 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[] = { - "BigBlueTerm437NerdFontMono-Regular:pixelsize=12:autohint=true, fontawesome:size=16" + "Terminess Nerd Font Mono:pixelsize=14" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = { /* fg bg */ - [SchemeNorm] = { "#54487A", "#000000" }, - [SchemeSel] = { "#bbbbbb", "#54487A" }, + [SchemeNorm] = { "#bbbbbb", "#000000" }, + [SchemeSel] = { "#000000", "#bbbbbb" }, [SchemeOut] = { "#000000", "#00ffff" }, }; /* -l option; if nonzero, dmenu uses vertical list with given number of lines */ diff --git a/dmenu b/dmenu new file mode 100755 index 0000000..5b2f92a Binary files /dev/null and b/dmenu differ diff --git a/dmenu.o b/dmenu.o new file mode 100644 index 0000000..d2d4728 Binary files /dev/null and b/dmenu.o differ diff --git a/dmenu_run b/dmenu_run index 7713ca7..247d658 100644 --- a/dmenu_run +++ b/dmenu_run @@ -1,2 +1,2 @@ #!/bin/sh -dmenu_path | grep -v -F "^." ~/.local/src/dmenu/include_dmenu | dmenu "$@" | ${SHELL:-"/bin/sh"} & +cat ~/.local/src/dmenu/include_dmenu | dmenu "$@" | ${SHELL:-"/bin/sh"} & diff --git a/drw.o b/drw.o new file mode 100644 index 0000000..0293844 Binary files /dev/null and b/drw.o differ diff --git a/include_dmenu b/include_dmenu index 179573e..35910e0 100644 --- a/include_dmenu +++ b/include_dmenu @@ -1,12 +1,9 @@ -android-file-transfer -heroic-run -lxappearance -physics -pong +goverlay +heroic +icecat +monero-wallet-gui +nvidia-settings qbittorrent -qt5ct -qutebrowser st steam -thunar -wireshark +xtest diff --git a/stest b/stest new file mode 100755 index 0000000..759205c Binary files /dev/null and b/stest differ diff --git a/stest.o b/stest.o new file mode 100644 index 0000000..a2b3e88 Binary files /dev/null and b/stest.o differ diff --git a/util.o b/util.o new file mode 100644 index 0000000..0493952 Binary files /dev/null and b/util.o differ -- cgit v1.2.3