shithub: zuke

Download patch

ref: ff979be56b57de12d7e8ccb884d1aa284cd823a4
parent: c23e5b256d2509b8e4a6b25822ee5e8bda5a0d9d
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Wed Feb 3 05:28:57 EST 2021

cover size: include shuffle "icon" and hh: part of the progress/length

--- a/zuke.c
+++ b/zuke.c
@@ -1187,7 +1187,7 @@
 	f = display->defaultfont;
 	Scrollwidth = MAX(14, stringwidth(f, "#"));
 	Scrollheight = MAX(16, f->height);
-	Coversz = MAX(64, stringwidth(f, "00:00/00:00 100%"));
+	Coversz = MAX(64, stringwidth(f, "∫ 00:00:00/00:00:00 100%"));
 	unlockdisplay(display);
 	if((mctl = initmouse(nil, screen)) == nil)
 		sysfatal("initmouse: %r");