aboutsummaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2022-04-24 22:24:36 +0530
committerLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2022-04-24 22:24:36 +0530
commit97d74845df1544e893bc20f6f17283468be0566b (patch)
tree1ff44621af2360cd2c80ad7033075a56d0266243 /patches
parent168cea5d761611e3655cde0c5d366ac3fd02c1bf (diff)
downloaddwm-97d74845df1544e893bc20f6f17283468be0566b.tar.gz
dwm-97d74845df1544e893bc20f6f17283468be0566b.tar.bz2
dwm-97d74845df1544e893bc20f6f17283468be0566b.zip
Patche
Diffstat (limited to 'patches')
-rw-r--r--patches/dwm-activetagindicatorbar-6.2.diff17
1 files changed, 0 insertions, 17 deletions
diff --git a/patches/dwm-activetagindicatorbar-6.2.diff b/patches/dwm-activetagindicatorbar-6.2.diff
deleted file mode 100644
index 4450099..0000000
--- a/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);