commit dd0ed25fbf31db9395bcd1ffe8f68fac6093d110
parent b60ef99883465471a7a4cedba39514f5e8cef0af
Author: miksa234 <milutin@popovic.xyz>
Date: Thu, 19 Oct 2023 13:03:53 +0100
remove status
Diffstat:
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/config.def.h b/config.def.h
@@ -22,8 +22,8 @@ static char normbordercolor[] = "#263238";
static char selfgcolor[] = "#000000";
static char selbgcolor[] = "#606F88";
static char selbordercolor[] = "#6c6c93";
-static const unsigned int baralpha = 0xd0;
-static const unsigned int borderalpha = OPAQUE;
+static const unsigned int baralpha = 150;
+static const unsigned int borderalpha = 150;
static char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = { normfgcolor, normbgcolor, normbordercolor},
diff --git a/config.h b/config.h
@@ -22,8 +22,8 @@ static char normbordercolor[] = "#263238";
static char selfgcolor[] = "#000000";
static char selbgcolor[] = "#606F88";
static char selbordercolor[] = "#6c6c93";
-static const unsigned int baralpha = 0xd0;
-static const unsigned int borderalpha = OPAQUE;
+static const unsigned int baralpha = 150;
+static const unsigned int borderalpha = 150;
static char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = { normfgcolor, normbgcolor, normbordercolor},
diff --git a/dwm b/dwm
Binary files differ.
diff --git a/dwm.c b/dwm.c
@@ -901,7 +901,7 @@ drawbar(Monitor *m)
if ((w = m->ww - sw - x) > bh) {
if (m->sel) {
drw_setscheme(drw, scheme[m == selmon ? SchemeSel : SchemeNorm]);
- drw_text(drw, x, 0, w, bh, lrpad / 2, m->sel->name, 0);
+ //drw_text(drw, x, 0, w, bh, lrpad / 2, m->sel->name, 0);
if (m->sel->isfloating)
drw_rect(drw, x + boxs, boxs, boxw, boxw, m->sel->isfixed, 0);
} else {
diff --git a/dwm.o b/dwm.o
Binary files differ.