1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2024-07-03 11:43:40 +00:00
Dotfiles/dwm-6.2/dwm.c.rej
2020-10-07 21:51:49 +03:00

12 lines
240 B
Plaintext

--- dwm.c
+++ dwm.c
@@ -697,7 +699,7 @@ dirtomon(int dir)
void
drawbar(Monitor *m)
{
- int x, w, sw = 0;
+ int x, w, wdelta, sw = 0;
int boxs = drw->fonts->h / 9;
int boxw = drw->fonts->h / 6 + 2;
unsigned int i, occ = 0, urg = 0;