diff options
| -rw-r--r-- | config.h | 6 | ||||
| -rwxr-xr-x | dmenu | bin | 0 -> 42776 bytes | |||
| -rw-r--r-- | dmenu.o | bin | 0 -> 31992 bytes | |||
| -rw-r--r-- | dmenu_run | 2 | ||||
| -rw-r--r-- | drw.o | bin | 0 -> 10832 bytes | |||
| -rw-r--r-- | include_dmenu | 15 | ||||
| -rwxr-xr-x | stest | bin | 0 -> 16432 bytes | |||
| -rw-r--r-- | stest.o | bin | 0 -> 5240 bytes | |||
| -rw-r--r-- | util.o | bin | 0 -> 2216 bytes |
9 files changed, 10 insertions, 13 deletions
@@ -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 */ Binary files differBinary files differ@@ -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"} & Binary files differdiff --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 Binary files differBinary files differBinary files differ |
