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 327022100ad11394370fe5e9603e05741cfc4bdb
Author: Alastair Poole <[email protected]>
AuthorDate: Sat Mar 21 15:33:09 2026 +0000
config: set to netstar defaults.
This saves me a job. Use the menu
---
src/bin/evisum_config.c | 5 +++--
src/bin/evisum_config.h | 2 +-
src/bin/ui/evisum_ui.h | 4 ++--
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/bin/evisum_config.c b/src/bin/evisum_config.c
index cfc27df..d58eb33 100644
--- a/src/bin/evisum_config.c
+++ b/src/bin/evisum_config.c
@@ -115,9 +115,10 @@ _config_init()
cfg->version = CONFIG_VERSION;
cfg->proc.poll_delay = 3;
cfg->proc.show_kthreads = 0;
- cfg->proc.show_statusbar = 0;
+ cfg->proc.show_statusbar = 1;
+ cfg->proc.show_user = 1;
cfg->proc.transparent = 0;
- cfg->proc.fields = 0xffffc31f;
+ cfg->proc.fields = 0xffff871b;
cfg->proc.alpha = 100;
cfg->cpu.visual = strdup("default");
diff --git a/src/bin/evisum_config.h b/src/bin/evisum_config.h
index e6425a9..8625e92 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 0x0017
+#define CONFIG_VERSION 0x0018
typedef struct _Evisum_Config
{
diff --git a/src/bin/ui/evisum_ui.h b/src/bin/ui/evisum_ui.h
index 316f3eb..521e068 100644
--- a/src/bin/ui/evisum_ui.h
+++ b/src/bin/ui/evisum_ui.h
@@ -13,8 +13,8 @@
#define _(STR) gettext(STR)
-#define EVISUM_WIN_WIDTH 640
-#define EVISUM_WIN_HEIGHT 480
+#define EVISUM_WIN_WIDTH 540
+#define EVISUM_WIN_HEIGHT 360
typedef struct _Evisum_Ui
{
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.