summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/config.h b/config.h
index 7589830..1bb45cc 100644
--- a/config.h
+++ b/config.h
@@ -3,7 +3,9 @@
/* Constants */
#define TERMINAL "st"
#define TERMCLASS "St"
-#define BROWSER "firefox"
+/*#define BROWSER "firefox"*/
+#define BROWSER "qutebrowser"
+#define STATUSBAR "dwmblocks"
/* appearance */
static unsigned int borderpx = 3; /* border pixel of windows */
@@ -18,14 +20,17 @@ static int showbar = 1; /* 0 means no bar */
static int topbar = 1; /* 0 means bottom bar */
/* static char *fonts[] = { "monospace:size=10", "NotoColorEmoji:pixelsize=10:antialias=true:autohint=true" }; */
/*static char *fonts[] = { "CaskaydiaCove Nerd Font Mono:style=SemiLight:size=10", "NotoColorEmoji:pixelsize=10:antialias=true:autohint=true" };*/
-static char *fonts[] = { "CaskaydiaCove Nerd Font Mono:style=SemiLight:size=10", "Symbols Nerd Font:pixelsize=10:antialias=true:autohint=true"/*, "NotoColorEmoji:pixelsize=10:antialias=true:autohint=true"*/ };
+static char *fonts[] = { "CaskaydiaCove Nerd Font Mono:style=SemiLight:size=10", "Symbols Nerd Font Mono:size=10:antialias=true:autohint=true" /*, "NotoColorEmoji:pixelsize=10:antialias=true:autohint=true" */ };
static char normbgcolor[] = "#222222";
static char normbordercolor[] = "#444444";
static char normfgcolor[] = "#bbbbbb";
static char selfgcolor[] = "#eeeeee";
/* static char selbordercolor[] = "#770000";*/
static char selbordercolor[] = "#ae8c8c";
-static char selbgcolor[] = "#005577";
+/*static char selbgcolor[] = "#005577";*/
+/*static char selbgcolor[] = "#26704c";*/
+/*static char selbgcolor[] = "#113825";*/
+static char selbgcolor[] = "#474948";
static char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = { normfgcolor, normbgcolor, normbordercolor },