aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h6
-rwxr-xr-xdmenubin0 -> 42776 bytes
-rw-r--r--dmenu.obin0 -> 31992 bytes
-rw-r--r--dmenu_run2
-rw-r--r--drw.obin0 -> 10832 bytes
-rw-r--r--include_dmenu15
-rwxr-xr-xstestbin0 -> 16432 bytes
-rw-r--r--stest.obin0 -> 5240 bytes
-rw-r--r--util.obin0 -> 2216 bytes
9 files changed, 10 insertions, 13 deletions
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
--- /dev/null
+++ b/dmenu
Binary files differ
diff --git a/dmenu.o b/dmenu.o
new file mode 100644
index 0000000..d2d4728
--- /dev/null
+++ b/dmenu.o
Binary files 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
--- /dev/null
+++ b/drw.o
Binary files 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
--- /dev/null
+++ b/stest
Binary files differ
diff --git a/stest.o b/stest.o
new file mode 100644
index 0000000..a2b3e88
--- /dev/null
+++ b/stest.o
Binary files differ
diff --git a/util.o b/util.o
new file mode 100644
index 0000000..0493952
--- /dev/null
+++ b/util.o
Binary files differ