From 5aa48ce3d912d1c6b8facc47a7ef21766a93fcda Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Sat, 7 Jun 2014 10:14:12 +0200 Subject: [PATCH] wrap xml --- src/psensor.gschema.xml | 79 +++++++++++++++++++++++++++++++++---------------- 1 file changed, 54 insertions(+), 25 deletions(-) diff --git a/src/psensor.gschema.xml b/src/psensor.gschema.xml index dc68194..6ab8b6e 100644 --- a/src/psensor.gschema.xml +++ b/src/psensor.gschema.xml @@ -3,77 +3,106 @@ false Whether the alpha channel is enabled - Whether the alpha channel is enabled. Must be enabled for changing the transparency of the background of the graph window. + Whether the alpha channel is enabled. Must be + enabled for changing the transparency of the background of the + graph window. 1 - The alpha value of the background of the graph window - The alpha value of the background of the graph window. It must be a positive float between 0 and 1. '1' is the maximum opacity. + The alpha value of the background of the graph + window + The alpha value of the background of the graph + window. It must be a positive float between 0 and 1. '1' is the + maximum opacity. '#e8f4e8f4a8f5' - The color of the background of the graph canvas - The color of the background of the graph canvas as a #rgb representation. + The color of the background of the graph + canvas + The color of the background of the graph canvas as + a #rgb representation. '#000000000000' - The color of the foreground of the graph canvas - The color of the foreground of the graph canvas as a #rgb representation. + The color of the foreground of the graph + canvas + The color of the foreground of the graph canvas as + a #rgb representation. 10 The monitoring duration of the graph - The monitoring duration of the graph as minutes. It must be greater than 1. + The monitoring duration of the graph as minutes. It + must be greater than 1. 1 The interval between refreshs of the graph - The interval between refreshs of the graph as seconds. It must be greater than 1. + The interval between refreshs of the graph as + seconds. It must be greater than 1. false Whether the graph window is hidden on startup - Whether the graph window is hidden on startup. The graph will be hidden only if the Ubuntu Application Indicator or status icon support is available. + Whether the graph window is hidden on startup. The + graph will be hidden only if the Ubuntu Application Indicator or + status icon support is available. false - Whether the menu of the graph window is disabled - Whether the menu of the graph window is disabled + Whether the menu of the graph window is + disabled + Whether the menu of the graph window is + disabled 0 - Position of the sensor list in the graph window - Position of the sensor list in the graph window. Possible values are 0 (right), 1 (left), 2 (top), 3 (bottom). + Position of the sensor list in the graph + window + Position of the sensor list in the graph + window. Possible values are 0 (right), 1 (left), 2 (top), 3 + (bottom). false - Whether the greatest temperature is displayed in Unity launcher - If set to 'true' the greatest temperature will be displayed in the Unity launcher. + Whether the greatest temperature is displayed in Unity + launcher + If set to 'true' the greatest temperature will be + displayed in the Unity launcher. 0 The displayed temperature unit - The displayed temperature unit, '0' for Celsius, '1' for Fahenrenheit. + The displayed temperature unit, '0' for Celsius, + '1' for Fahenrenheit. false - Whether the decoration of the window is disabled - Whether the decoration of the window is disabled. + Whether the decoration of the window is + disabled + Whether the decoration of the window is + disabled. false - Whether the graph window is kept below all other windows - Whether the graph window is kept below all other windows. + Whether the graph window is kept below all other + windows + Whether the graph window is kept below all other + windows. false - Whether the position and size of the graph window are restored - Whether the position and size of the graph window are restored + Whether the position and size of the graph window are + restored + Whether the position and size of the graph window + are restored 0 - Position of the divider between the graph window and the list of sensors - Position of the divider between the graph window and the list of sensors + Position of the divider between the graph window and + the list of sensors + Position of the divider between the graph window + and the list of sensors 0 -- 2.7.4