summaryrefslogtreecommitdiff
path: root/dwm-6.3/patches/dwm-activetagindicatorbar-6.2.diff
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2022-06-20 19:54:29 +0000
committerstkhan <personal@slickd.xyz>2022-06-20 19:54:29 +0000
commit4c40a4dc245f7715f4891ed02d71475628e7a959 (patch)
treefa52419490b5a0d89d746f6e3a0b0c1e675b7726 /dwm-6.3/patches/dwm-activetagindicatorbar-6.2.diff
parent513b0e238b98f72a01d740a0bd99a3739918645c (diff)
new directory structure
Diffstat (limited to 'dwm-6.3/patches/dwm-activetagindicatorbar-6.2.diff')
-rw-r--r--dwm-6.3/patches/dwm-activetagindicatorbar-6.2.diff17
1 files changed, 0 insertions, 17 deletions
diff --git a/dwm-6.3/patches/dwm-activetagindicatorbar-6.2.diff b/dwm-6.3/patches/dwm-activetagindicatorbar-6.2.diff
deleted file mode 100644
index 4450099..0000000
--- a/dwm-6.3/patches/dwm-activetagindicatorbar-6.2.diff
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -up dwm-a/dwm.c dwm-b/dwm.c
---- dwm-a/dwm.c 2019-02-02 06:55:28.000000000 -0600
-+++ dwm-b/dwm.c 2019-02-23 21:43:13.359179100 -0600
-@@ -719,9 +719,10 @@ drawbar(Monitor *m)
- drw_setscheme(drw, scheme[m->tagset[m->seltags] & 1 << i ? SchemeSel : SchemeNorm]);
- drw_text(drw, x, 0, w, bh, lrpad / 2, tags[i], urg & 1 << i);
- if (occ & 1 << i)
-- drw_rect(drw, x + boxs, boxs, boxw, boxw,
-- m == selmon && selmon->sel && selmon->sel->tags & 1 << i,
-- urg & 1 << i);
-+ drw_rect(drw, x + boxw, 0, w - ( 2 * boxw + 1), boxw,
-+ m == selmon && selmon->sel && selmon->sel->tags & 1 << i,
-+ urg & 1 << i);
-+
- x += w;
- }
- w = blw = TEXTW(m->ltsymbol);