From a996c83e1079f49830138858f6c54816102daeba Mon Sep 17 00:00:00 2001 From: iamcheeseman <[hidden email]> Date: Mon, 2 Mar 2026 16:36:23 -0500 Subject: add my own bar --- src/tsar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tsar.c') diff --git a/src/tsar.c b/src/tsar.c index f2fbcc3..00eed2f 100644 --- a/src/tsar.c +++ b/src/tsar.c @@ -139,7 +139,7 @@ void draw_comp_set(float pos_ratio, comp_t **set, int size) { int x = (bar_width - width) * pos_ratio; x += padding * 2*(0.5 - pos_ratio); // Magic formula lol - int y = (bar_height - font->height) / 2; + int y = 0;//(bar_height - font->height) / 2; for (int i = 0; i < size; i++) { comp_t *comp = set[i]; -- cgit v1.3-2-g0d8e