added the -i option

Widths and x positions no more depend on item->h.
This commit is contained in:
phillbush
2020-07-15 22:57:59 -03:00
parent 92e7609bcd
commit 71b4db9241
4 changed files with 76 additions and 34 deletions

View File

@@ -36,6 +36,9 @@ struct Config {
int triangle_height;
int iconpadding;
int horzpadding;
int iconsize;
int cursx, cursy; /* cursor position */
int screenw, screenh; /* screen width and height */