aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Screm <marcel@marcelscrem.com>2026-01-05 14:05:11 +0100
committerMarcel Screm <marcel@marcelscrem.com>2026-01-05 14:05:11 +0100
commitd94b4ae3d2d7a9038f7fa4ed23496eff5d1b47a8 (patch)
tree4ea8494dad6bd4de736b73b3e7430c817dd3d9d1
parent8b48986f4c730725367e2865e5ea24931855018f (diff)
added nord theme and font
-rwxr-xr-x[-rw-r--r--]LICENSE0
-rwxr-xr-x[-rw-r--r--]Makefile0
-rwxr-xr-x[-rw-r--r--]README0
-rwxr-xr-x[-rw-r--r--]arg.h0
-rwxr-xr-x[-rw-r--r--]config.def.h0
-rwxr-xr-xconfig.h21
-rwxr-xr-x[-rw-r--r--]config.mk0
-rwxr-xr-xdmenubin0 -> 43064 bytes
-rwxr-xr-x[-rw-r--r--]dmenu.10
-rwxr-xr-x[-rw-r--r--]dmenu.c0
-rw-r--r--dmenu.obin0 -> 32056 bytes
-rwxr-xr-x[-rw-r--r--]drw.c0
-rwxr-xr-x[-rw-r--r--]drw.h0
-rw-r--r--drw.obin0 -> 11720 bytes
-rwxr-xr-xstestbin0 -> 16432 bytes
-rwxr-xr-x[-rw-r--r--]stest.10
-rwxr-xr-x[-rw-r--r--]stest.c0
-rw-r--r--stest.obin0 -> 5240 bytes
-rwxr-xr-x[-rw-r--r--]util.c0
-rwxr-xr-x[-rw-r--r--]util.h0
-rw-r--r--util.obin0 -> 2400 bytes
21 files changed, 21 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index 2a64b28..2a64b28 100644..100755
--- a/LICENSE
+++ b/LICENSE
diff --git a/Makefile b/Makefile
index 458c524..458c524 100644..100755
--- a/Makefile
+++ b/Makefile
diff --git a/README b/README
index a8fcdfe..a8fcdfe 100644..100755
--- a/README
+++ b/README
diff --git a/arg.h b/arg.h
index e94e02b..e94e02b 100644..100755
--- a/arg.h
+++ b/arg.h
diff --git a/config.def.h b/config.def.h
index 1edb647..1edb647 100644..100755
--- a/config.def.h
+++ b/config.def.h
diff --git a/config.h b/config.h
new file mode 100755
index 0000000..181e593
--- /dev/null
+++ b/config.h
@@ -0,0 +1,21 @@
+/* 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[] = { "FiraCode Nerd Font:size=14" };
+static const char *prompt = NULL; /* -p option; prompt to the left of input field */
+static const char *colors[SchemeLast][2] = {
+ /* fg bg */
+ [SchemeNorm] = { "#D8DEE9", "#2E3440" },
+ [SchemeSel] = { "#ECEFF4", "#616E88" },
+ [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.mk b/config.mk
index dcc5bb3..dcc5bb3 100644..100755
--- a/config.mk
+++ b/config.mk
diff --git a/dmenu b/dmenu
new file mode 100755
index 0000000..9578bf1
--- /dev/null
+++ b/dmenu
Binary files differ
diff --git a/dmenu.1 b/dmenu.1
index 323f93c..323f93c 100644..100755
--- a/dmenu.1
+++ b/dmenu.1
diff --git a/dmenu.c b/dmenu.c
index 9577b37..9577b37 100644..100755
--- a/dmenu.c
+++ b/dmenu.c
diff --git a/dmenu.o b/dmenu.o
new file mode 100644
index 0000000..2e7684a
--- /dev/null
+++ b/dmenu.o
Binary files differ
diff --git a/drw.c b/drw.c
index 9fdd1a4..9fdd1a4 100644..100755
--- a/drw.c
+++ b/drw.c
diff --git a/drw.h b/drw.h
index 2ed77be..2ed77be 100644..100755
--- a/drw.h
+++ b/drw.h
diff --git a/drw.o b/drw.o
new file mode 100644
index 0000000..833480a
--- /dev/null
+++ b/drw.o
Binary files differ
diff --git a/stest b/stest
new file mode 100755
index 0000000..213e373
--- /dev/null
+++ b/stest
Binary files differ
diff --git a/stest.1 b/stest.1
index 2667d8a..2667d8a 100644..100755
--- a/stest.1
+++ b/stest.1
diff --git a/stest.c b/stest.c
index e27d3a5..e27d3a5 100644..100755
--- a/stest.c
+++ b/stest.c
diff --git a/stest.o b/stest.o
new file mode 100644
index 0000000..889b4f5
--- /dev/null
+++ b/stest.o
Binary files differ
diff --git a/util.c b/util.c
index 8e26a51..8e26a51 100644..100755
--- a/util.c
+++ b/util.c
diff --git a/util.h b/util.h
index c0a50d4..c0a50d4 100644..100755
--- a/util.h
+++ b/util.h
diff --git a/util.o b/util.o
new file mode 100644
index 0000000..daaf0da
--- /dev/null
+++ b/util.o
Binary files differ