aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-03-31 18:43:50 +0100
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-03-31 18:43:50 +0100
commit59f646d76832487f2ddcff3a7f27a36aad1436ef (patch)
tree601c8fb5632e0dde3de4504b2b77b764ab76fc95
parent0ee29efd768cfe7c2d79d1d254176b5be9019e90 (diff)
change font and colours in config.h
-rw-r--r--config.def.h23
-rw-r--r--config.h6
-rw-r--r--dmenubin42776 -> 0 bytes
-rw-r--r--dmenu.obin32104 -> 0 bytes
-rw-r--r--dmenu_run2
-rw-r--r--drw.obin11040 -> 0 bytes
-rw-r--r--include_dmenu11
-rw-r--r--stestbin16432 -> 0 bytes
-rw-r--r--stest.obin5256 -> 0 bytes
-rw-r--r--util.obin2224 -> 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[] = " ";
diff --git a/config.h b/config.h
index 4a59b5e..1ed5393 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[] = {
- "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 */
diff --git a/dmenu b/dmenu
deleted file mode 100644
index 9b24c7b..0000000
--- a/dmenu
+++ /dev/null
Binary files differ
diff --git a/dmenu.o b/dmenu.o
deleted file mode 100644
index 83b7a96..0000000
--- a/dmenu.o
+++ /dev/null
Binary files differ
diff --git a/dmenu_run b/dmenu_run
index 7a2a1cc..7713ca7 100644
--- a/dmenu_run
+++ b/dmenu_run
@@ -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"} &
diff --git a/drw.o b/drw.o
deleted file mode 100644
index adbefaa..0000000
--- a/drw.o
+++ /dev/null
Binary files differ
diff --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
diff --git a/stest b/stest
deleted file mode 100644
index 8a87ae4..0000000
--- a/stest
+++ /dev/null
Binary files differ
diff --git a/stest.o b/stest.o
deleted file mode 100644
index 028b555..0000000
--- a/stest.o
+++ /dev/null
Binary files differ
diff --git a/util.o b/util.o
deleted file mode 100644
index aa3779b..0000000
--- a/util.o
+++ /dev/null
Binary files differ