summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-16 22:43:53 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-16 22:43:53 +0900
commitd37a9082dae99339683cd002b888de29767b5341 (patch)
treeef3b75e30edcd243fce2b6f950ec380814e51ad5
parent447a9c77cf2e9d73d1a315ab4d12f312c83dcb4c (diff)
modified dwm/config.def.h, modified dwm/dwm.c
-rw-r--r--dwm/config.def.h2
-rw-r--r--dwm/dwm.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/dwm/config.def.h b/dwm/config.def.h
index 6ceabc9..077264e 100644
--- a/dwm/config.def.h
+++ b/dwm/config.def.h
@@ -116,7 +116,7 @@ static Sp scratchpads[] = {
};
/* tagging */
-static const char *tags[] = { "", "", "", "󰝚", "", "󰧮", "󱇤", "", "󰭹" };
+static const char *tags[] = { "", "", "", "", "", "󱔗", "", "", "󰭹" };
static const char *tagsalt[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
static char *tagsel[][2] = {
{ "#f8f8f2", "#005577" },
diff --git a/dwm/dwm.c b/dwm/dwm.c
index 594ffe7..6042664 100644
--- a/dwm/dwm.c
+++ b/dwm/dwm.c
@@ -1191,7 +1191,7 @@ drawbar(Monitor *m)
drw_setscheme(drw, (m->tagset[m->seltags] & 1 << i ? tagscheme[i] : scheme[SchemeNorm]));
else
drw_setscheme(drw, scheme[m->tagset[m->seltags] & 1 << i ? SchemeInv : SchemeTagsNorm]);
- drw_text(drw, x, 0, w,(selmon->alttag ? bh + 2 : bh), wdelta + lrpad / 2, (selmon->alttag ? tagsalt[i] : masterclientontag[i]), urg & 1 << i);
+ drw_text(drw, x, 0, w,(selmon->alttag ? bh : bh + 2), wdelta - 2 + lrpad / 2, (selmon->alttag ? tagsalt[i] : masterclientontag[i]), urg & 1 << i);
x += w;
}
}