diff options
| -rw-r--r-- | config.def.h | 23 | ||||
| -rw-r--r-- | config.h | 6 | ||||
| -rw-r--r-- | dmenu | bin | 42776 -> 0 bytes | |||
| -rw-r--r-- | dmenu.o | bin | 32104 -> 0 bytes | |||
| -rw-r--r-- | dmenu_run | 2 | ||||
| -rw-r--r-- | drw.o | bin | 11040 -> 0 bytes | |||
| -rw-r--r-- | include_dmenu | 11 | ||||
| -rw-r--r-- | stest | bin | 16432 -> 0 bytes | |||
| -rw-r--r-- | stest.o | bin | 5256 -> 0 bytes | |||
| -rw-r--r-- | util.o | bin | 2224 -> 0 bytes |
10 files changed, 15 insertions, 27 deletions
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[] = " "; @@ -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 */ Binary files differdiff --git a/dmenu.o b/dmenu.o Binary files differdeleted file mode 100644 index 83b7a96..0000000 --- a/dmenu.o +++ /dev/null @@ -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"} & Binary files differdiff --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 Binary files differdiff --git a/stest.o b/stest.o Binary files differBinary files differdeleted file mode 100644 index 028b555..0000000 --- a/stest.o +++ /dev/null |
