From e4fc198cfb790e0097d110084f92294ba1083996 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 22 Aug 2022 12:25:10 +0200 Subject: update --- config.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config.h b/config.h index b518fd9..28d2ca8 100644 --- a/config.h +++ b/config.h @@ -8,14 +8,15 @@ static int centered = 1; /* -c option; centers dmenu on scree static int min_width = 500; /* minimum width when centered */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { - "mononoki Nerd Font:size=14" + /* "mononoki Nerd Font:size=14" */ + "Mx437 AT&T PC6300:size=17" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = { /* fg bg */ [SchemeNorm] = { "#ebdbb2", "#1d2021" }, - [SchemeSel] = { "#ebdbb2", "#990000" }, - [SchemeSelHighlight] = { "#fabd2f", "#990000" }, + [SchemeSel] = { "#ebdbb2", "#6e0000" }, + [SchemeSelHighlight] = { "#fabd2f", "#6e0000" }, [SchemeNormHighlight] = { "#fabd2f", "#1d2021" }, [SchemeOut] = { "#000000", "#00ffff" }, }; -- cgit v1.2.3 From 976f118902d5038350260b1c72119754d9887cef Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 22 Aug 2022 13:55:53 +0200 Subject: font update --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 28d2ca8..e8d71e3 100644 --- a/config.h +++ b/config.h @@ -9,7 +9,7 @@ static int min_width = 500; /* minimum width when centered */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { /* "mononoki Nerd Font:size=14" */ - "Mx437 AT&T PC6300:size=17" + "AcPlus IBM VGA 8x14:size=20" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = { -- cgit v1.2.3 From 1653b849d7ac4387d2773d75266e9e106dffa9bc Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 22 Aug 2022 15:33:06 +0200 Subject: up --- config.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.h b/config.h index e8d71e3..d797233 100644 --- a/config.h +++ b/config.h @@ -8,8 +8,7 @@ static int centered = 1; /* -c option; centers dmenu on scree static int min_width = 500; /* minimum width when centered */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { - /* "mononoki Nerd Font:size=14" */ - "AcPlus IBM VGA 8x14:size=20" + "UbuntuMono Nerd Font:size=14" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = { -- cgit v1.2.3 From 99a71861cd9b8be6ad5a8045810bbceb94952ae4 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 22 Aug 2022 15:34:42 +0200 Subject: up --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index d797233..4647f45 100644 --- a/config.h +++ b/config.h @@ -8,7 +8,7 @@ static int centered = 1; /* -c option; centers dmenu on scree static int min_width = 500; /* minimum width when centered */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { - "UbuntuMono Nerd Font:size=14" + "UbuntuMono Nerd Font:size=16" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = { -- cgit v1.2.3 From 3bbf563c637867ea24688825417cd5302b77a9eb Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 22 Aug 2022 16:27:35 +0200 Subject: font --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 4647f45..ac79618 100644 --- a/config.h +++ b/config.h @@ -8,7 +8,7 @@ static int centered = 1; /* -c option; centers dmenu on scree static int min_width = 500; /* minimum width when centered */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { - "UbuntuMono Nerd Font:size=16" + "NotoSans Nerd Font:size=16" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = { -- cgit v1.2.3 From 474b8d0484c5829b0083a333ff207bacb76175fd Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 22 Aug 2022 16:47:20 +0200 Subject: update --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index ac79618..55993cf 100644 --- a/config.h +++ b/config.h @@ -8,7 +8,7 @@ static int centered = 1; /* -c option; centers dmenu on scree static int min_width = 500; /* minimum width when centered */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { - "NotoSans Nerd Font:size=16" + "NotoSans Nerd Font:size=14" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = { -- cgit v1.2.3 From aa93a85de44fbb5828d57d18a703ff90d570b0c1 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 22 Aug 2022 17:25:04 +0200 Subject: update --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 55993cf..d797233 100644 --- a/config.h +++ b/config.h @@ -8,7 +8,7 @@ static int centered = 1; /* -c option; centers dmenu on scree static int min_width = 500; /* minimum width when centered */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { - "NotoSans Nerd Font:size=14" + "UbuntuMono Nerd Font:size=14" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = { -- cgit v1.2.3 From 5e8885f9bf73136edea7b832dd13f905178c350e Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 23 Aug 2022 11:04:54 +0200 Subject: update --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index d797233..4016e45 100644 --- a/config.h +++ b/config.h @@ -8,7 +8,7 @@ static int centered = 1; /* -c option; centers dmenu on scree static int min_width = 500; /* minimum width when centered */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { - "UbuntuMono Nerd Font:size=14" + "UbuntuMono Nerd Font:size=15" }; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = { -- cgit v1.2.3