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 5326ffb2b1f7c1d0fc74fab2d94edb4b877d2cfb
Author: Alastair Poole <m...@alastairpoole.com>
AuthorDate: Sat Mar 22 22:05:01 2025 +0000
space: More space show more.
Fuck it. We can display more. This is all useful to me at least.
You can customize as you wish.
---
src/bin/evisum_config.c | 2 +-
src/bin/evisum_config.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/bin/evisum_config.c b/src/bin/evisum_config.c
index cfc27df..503ae50 100644
--- a/src/bin/evisum_config.c
+++ b/src/bin/evisum_config.c
@@ -117,7 +117,7 @@ _config_init()
cfg->proc.show_kthreads = 0;
cfg->proc.show_statusbar = 0;
cfg->proc.transparent = 0;
- cfg->proc.fields = 0xffffc31f;
+ cfg->proc.fields = 0xffffc3ff;
cfg->proc.alpha = 100;
cfg->cpu.visual = strdup("default");
diff --git a/src/bin/evisum_config.h b/src/bin/evisum_config.h
index 764e068..e6425a9 100644
--- a/src/bin/evisum_config.h
+++ b/src/bin/evisum_config.h
@@ -3,7 +3,7 @@
#include "ui/evisum_ui.h"
-#define CONFIG_VERSION 0x0016
+#define CONFIG_VERSION 0x0017
typedef struct _Evisum_Config
{
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.