From 5d984affdafe9e7f46855ebe53761aebd6b8c8b9 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Sat, 31 Jan 2026 15:02:47 -0700 Subject: 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. --- config.h | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'config.h') 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 }, -- cgit v1.2.3