diff options
author | nil <niljo@airmail.cc> | 2025-01-14 20:16:17 +0100 |
---|---|---|
committer | nil <niljo@airmail.cc> | 2025-01-14 20:16:17 +0100 |
commit | 9cd3e10283ea0c6cc997afc5353c0f314b3aa092 (patch) | |
tree | 4aa0ae912633a0f3e7a7d1405469bb7009cef1ba /dmenu | |
parent | 23a62d70129db30027ba620fc798a666c198ba35 (diff) |
changing host repositorymain
Diffstat (limited to 'dmenu')
-rwxr-xr-x | dmenu/config.def.h | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | dmenu/config.def.h.rej | 0 | ||||
-rwxr-xr-x | dmenu/config.h | 4 | ||||
-rwxr-xr-x | dmenu/dmenu | bin | 43088 -> 43088 bytes | |||
-rwxr-xr-x | dmenu/dmenu.c | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | dmenu/dmenu.c.rej | 0 | ||||
-rw-r--r-- | dmenu/dmenu.o | bin | 33696 -> 33696 bytes | |||
-rw-r--r-- | dmenu/drw.o | bin | 11056 -> 11056 bytes | |||
-rwxr-xr-x | dmenu/stest | bin | 16432 -> 16432 bytes | |||
-rw-r--r-- | dmenu/stest.o | bin | 5256 -> 5256 bytes | |||
-rwxr-xr-x[-rw-r--r--] | dmenu/themes/cicada.h | 6 | ||||
-rwxr-xr-x[-rw-r--r--] | dmenu/themes/default.h | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | dmenu/themes/rurbania.h | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | dmenu/themes/sunshine.h | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | dmenu/themes/veloren.h | 0 | ||||
-rw-r--r-- | dmenu/util.o | bin | 2224 -> 2224 bytes |
16 files changed, 7 insertions, 7 deletions
diff --git a/dmenu/config.def.h b/dmenu/config.def.h index 310b349..1655574 100755 --- a/dmenu/config.def.h +++ b/dmenu/config.def.h @@ -1,6 +1,6 @@ /* See LICENSE file for copyright and license details. */ /* Default settings; can be overriden by command line. */ -#include "themes/veloren.h" +#include "themes/cicada.h" static const unsigned int border_width = 2; diff --git a/dmenu/config.def.h.rej b/dmenu/config.def.h.rej index ed67195..ed67195 100644..100755 --- a/dmenu/config.def.h.rej +++ b/dmenu/config.def.h.rej diff --git a/dmenu/config.h b/dmenu/config.h index d82693d..38e3a40 100755 --- a/dmenu/config.h +++ b/dmenu/config.h @@ -1,6 +1,6 @@ /* See LICENSE file for copyright and license details. */ /* Default settings; can be overriden by command line. */ -#include "themes/rurbania.h" +#include "themes/cicada.h" static const unsigned int border_width = 2; @@ -10,7 +10,7 @@ static int topbar = 1; /* -b option; if 0, dmenu appears a /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { - "monospace:size=16" + "Inconsolata-Regular:size=26" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ diff --git a/dmenu/dmenu b/dmenu/dmenu Binary files differindex 77928a5..c2327ba 100755 --- a/dmenu/dmenu +++ b/dmenu/dmenu diff --git a/dmenu/dmenu.c b/dmenu/dmenu.c index e4d8dd9..e1100a4 100755 --- a/dmenu/dmenu.c +++ b/dmenu/dmenu.c @@ -110,7 +110,7 @@ max_textw(void) int len = 0; for (struct item *item = items; item && item->text; item++) len = MAX(TEXTW(item->text), len); - return len; + return len; //niliara } diff --git a/dmenu/dmenu.c.rej b/dmenu/dmenu.c.rej index dd978c8..dd978c8 100644..100755 --- a/dmenu/dmenu.c.rej +++ b/dmenu/dmenu.c.rej diff --git a/dmenu/dmenu.o b/dmenu/dmenu.o Binary files differindex 9c61bf1..79b4ea1 100644 --- a/dmenu/dmenu.o +++ b/dmenu/dmenu.o diff --git a/dmenu/drw.o b/dmenu/drw.o Binary files differindex dc6a4e7..080ae77 100644 --- a/dmenu/drw.o +++ b/dmenu/drw.o diff --git a/dmenu/stest b/dmenu/stest Binary files differindex 7cd46cb..0142f62 100755 --- a/dmenu/stest +++ b/dmenu/stest diff --git a/dmenu/stest.o b/dmenu/stest.o Binary files differindex 028b555..8a784af 100644 --- a/dmenu/stest.o +++ b/dmenu/stest.o diff --git a/dmenu/themes/cicada.h b/dmenu/themes/cicada.h index de0caff..47742e2 100644..100755 --- a/dmenu/themes/cicada.h +++ b/dmenu/themes/cicada.h @@ -1,11 +1,11 @@ static const char *colors[SchemeLast][2] = { /* fg bg */ [SchemeNorm] = { "#bbbbbb", "#0c0c0c" }, - [SchemeSel] = { "#eeeeee", "#888" }, - [SchemeOut] = { "#000000", "#888" }, + [SchemeSel] = { "#eeeeee", "#666" }, + [SchemeOut] = { "#000000", "#666" }, }; //static const unsigned int alpha = 0xf9; -static const unsigned int alpha = 0xff; +static const unsigned int alpha = 0xbb; static const unsigned int alphas[SchemeLast][2] = { [SchemeNorm] = { OPAQUE, alpha }, diff --git a/dmenu/themes/default.h b/dmenu/themes/default.h index 34c12de..34c12de 100644..100755 --- a/dmenu/themes/default.h +++ b/dmenu/themes/default.h diff --git a/dmenu/themes/rurbania.h b/dmenu/themes/rurbania.h index 330e314..330e314 100644..100755 --- a/dmenu/themes/rurbania.h +++ b/dmenu/themes/rurbania.h diff --git a/dmenu/themes/sunshine.h b/dmenu/themes/sunshine.h index fcf01a8..fcf01a8 100644..100755 --- a/dmenu/themes/sunshine.h +++ b/dmenu/themes/sunshine.h diff --git a/dmenu/themes/veloren.h b/dmenu/themes/veloren.h index 30cb06f..30cb06f 100644..100755 --- a/dmenu/themes/veloren.h +++ b/dmenu/themes/veloren.h diff --git a/dmenu/util.o b/dmenu/util.o Binary files differindex aa3779b..26ab857 100644 --- a/dmenu/util.o +++ b/dmenu/util.o |