[Xfce4-commits] [panel-plugins/xfce4-cpugraph-plugin] 01/01: Disable frame and make background transparent by default
noreply at xfce.org
noreply at xfce.org
Wed Jul 3 01:49:22 CEST 2019
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository panel-plugins/xfce4-cpugraph-plugin.
commit 5abf301c1d2baeb6f05beb171a0763fbadedf71a
Author: Andre Miranda <andreldm at xfce.org>
Date: Tue Jul 2 20:48:29 2019 -0300
Disable frame and make background transparent by default
---
panel-plugin/settings.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/panel-plugin/settings.c b/panel-plugin/settings.c
index 76375ff..2478068 100644
--- a/panel-plugin/settings.c
+++ b/panel-plugin/settings.c
@@ -54,7 +54,7 @@ read_settings (XfcePanelPlugin *plugin, CPUGraph *base)
gboolean nonlinear = FALSE;
guint mode = 0;
guint color_mode = 0;
- gboolean frame = TRUE;
+ gboolean frame = FALSE;
gboolean border = TRUE;
gboolean bars = TRUE;
guint tracked_core = 0;
@@ -87,7 +87,7 @@ read_settings (XfcePanelPlugin *plugin, CPUGraph *base)
background.red = 1.0;
background.green = 1.0;
background.blue = 1.0;
- background.alpha = 1.0;
+ background.alpha = 0.0;
barscolor.red = 1.0;
barscolor.green = 0.73048;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list