[Pkg-wmaker-commits] [wmbubble] 90/207: Slightly revise descriptions of color parameters

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 24 04:18:09 UTC 2015


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

dtorrance-guest pushed a commit to branch master
in repository wmbubble.

commit 69465ed823bb30d7d7e5f7483d8ab5a709bb70ea
Author: Robert Jacobs <rnjacobs at mit.edu>
Date:   Sat Aug 20 23:55:46 2011 -0700

    Slightly revise descriptions of color parameters
---
 bubblemon.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/bubblemon.c b/bubblemon.c
index 7465091..f3e81c0 100644
--- a/bubblemon.c
+++ b/bubblemon.c
@@ -247,14 +247,14 @@ const struct XrmExtras {
 	{"-u",              Is_Bool, &upside_down_duck_enabled, "The duck can never flip" },
 	{"-cpumeter",       Is_Bool, &cpu_enabled, "Show the current load at the bottom"},
 	{"-c",              Is_Bool, &cpu_enabled, "Don't show the current load"},
-	{"-graphdigit",     Is_Color, &graph_digit_color, "The color for the digits on the graphs"},
-	{"-graphwarn",      Is_Color, &graph_warning_digit_color, "The color for the digits on the memory graph when above 90%" },
-	{"-graphlabel",     Is_Color, &graph_labels, "The color for the 1 5 and 15 on load graph and m and s on mem graph" },
-	{"-graphfield",     Is_Color, &graph_field, "The background color of the graphs" },
-	{"-graphgrid",      Is_Color, &graph_grid, "The color of the grid lines in the graphs" },
-	{"-graphmax",       Is_Color, &graph_max, "The color of the top two pixels of the bar graph" },
-	{"-graphbar",       Is_Color, &graph_bar, "The color of the rest of the bar graph" },
-	{"-graphmarkers",   Is_Color, &graph_hundreds, "The color of the horizontal lines on the graph that indicate each integer load average" },
+	{"-graphdigit",     Is_Color, &graph_digit_color, "Color of the digits on the graphs"},
+	{"-graphwarn",      Is_Color, &graph_warning_digit_color, "Color of the digits on the memory graph when above 90%" },
+	{"-graphlabel",     Is_Color, &graph_labels, "Color of the 1 5 and 15 on load graph and m and s on mem graph" },
+	{"-graphfield",     Is_Color, &graph_field, "Color of the background of the graphs" },
+	{"-graphgrid",      Is_Color, &graph_grid, "Color of the grid lines in the graphs" },
+	{"-graphmax",       Is_Color, &graph_max, "Color of the top two pixels of the bar graph" },
+	{"-graphbar",       Is_Color, &graph_bar, "Color of the rest of the bar graph" },
+	{"-graphmarkers",   Is_Color, &graph_hundreds, "Color of the horizontal lines on the graph that indicate each integer load average" },
 	{"-p",              Is_Bool, &pale, "Adjust the digit colors to pale blue and cyan"},
 	{"-graphs",         Is_Bool, &memscreen_enabled, "Does hovering show the graphs" },
 	{"-m",              Is_Bool, &memscreen_enabled, "Graphs are never shown"},

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbubble.git



More information about the Pkg-wmaker-commits mailing list