summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2026-01-31 15:02:47 -0700
committerChristian Kolset <christian.kolset@gmail.com>2026-01-31 17:35:53 -0700
commit5d984affdafe9e7f46855ebe53761aebd6b8c8b9 (patch)
tree6e7cd97a2b64d20bd586b7dfad3f842aa25d4771 /config.h
parenta0d2a3b3cabacdf6288b86852c77de148aab7ed2 (diff)
Applied dwm-statuscmd-status2d diff patch w/ manual intervation.
The patch fixes the offset clickable buttons in dwmblocks. The off set is re-drawn correctly to the block itself whilst allowing the ability to render the blocks in different colors using status2d.
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 },