This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository evisum.

View the commit online.

commit 360acfa72c72d486eefa4fc88e8909329874e655
Author: Alastair Poole <[email protected]>
AuthorDate: Fri Jan 30 22:05:56 2026 +0000

    cpu: 16 cores is too many. Reduce to 12.
    
    SHowing 16 icons and labels is too busy.
---
 src/bin/ui/visuals/cpu_default.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/ui/visuals/cpu_default.c b/src/bin/ui/visuals/cpu_default.c
index 89103f4..3d10408 100644
--- a/src/bin/ui/visuals/cpu_default.c
+++ b/src/bin/ui/visuals/cpu_default.c
@@ -2,7 +2,7 @@
 
 #define BAR_HEIGHT    3
 #define COLORS_HEIGHT 32
-#define CORES_MANY    16
+#define CORES_MANY    12
 
 typedef struct {
    Evas_Object    *obj;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to