From 9f27110b7bab68c803ffb4430e151b864542552a Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Fri, 20 Jul 2012 09:46:30 +0000 Subject: [PATCH] added interface settings --- src/psensor.schemas | 192 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 192 insertions(+) diff --git a/src/psensor.schemas b/src/psensor.schemas index b638ad6..45da1cf 100644 --- a/src/psensor.schemas +++ b/src/psensor.schemas @@ -1,3 +1,19 @@ + + + + + + + + + + + + + + + + @@ -96,6 +112,182 @@ + + + + + /schemas/apps/psensor/interface/hide_on_startup + /apps/psensor/interface/hide_on_startup + psensor + bool + false + psensor + + 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. + + + + + + /schemas/apps/psensor/interface/menu_bar_disabled + /apps/psensor/interface/menu_bar_disabled + psensor + bool + false + psensor + + Whether the menu of the graph window is disabled + + Whether the menu of the graph window is disabled + + + + + + /schemas/apps/psensor/interface/sensorlist_position + /apps/psensor/interface/sensorlist_position + psensor + int + 0 + psensor + + 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). + + + + + /schemas/apps/psensor/interface/unity_launcher_count_disabled + /apps/psensor/interface/unity_launcher_count_disabled + psensor + bool + false + psensor + + Whether the greatest temperature is displayed in Unity + launcher + If set to 'true' the greatest temperature will be + displayed in the Unity launcher. + + + + + /schemas/apps/psensor/interface/temperature_unit + /apps/psensor/interface/temperature_unit + psensor + int + 0 + psensor + + The displayed temperature unit + The displayed temperature unit, '0' for Celcius, '1' for Fahenrenheit. + + + + + /schemas/apps/psensor/interface/window_decoration_disabled + /apps/psensor/interface/window_decoration_disabled + psensor + int + 0 + psensor + + Whether the decoration of the window is disabled + Whether the decoration of the window is disabled. + + + + + /schemas/apps/psensor/interface/window_keep_below_enabled + /apps/psensor/interface/window_keep_below_enabled + psensor + bool + false + psensor + + Whether the graph window is kept below all other windows + Whether the graph window is kept below all other windows. + + + + + /schemas/apps/psensor/interface/window_restore_enabled + /apps/psensor/interface/window_restore_enabled + psensor + bool + false + psensor + + Whether the position and size of the graph window are restored + Whether the position and size of the graph window are restored + + + + + /schemas/apps/psensor/interface/window_divider_pos + /apps/psensor/interface/window_divider_pos + psensor + int + psensor + + 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 + + + + + /schemas/apps/psensor/interface/window_w + /apps/psensor/interface/window_w + psensor + int + psensor + + Width of the graph window + Width of the graph window. + + + + + /schemas/apps/psensor/interface/window_h + /apps/psensor/interface/window_h + psensor + int + psensor + + Height of the graph window + Height of the graph window. + + + + + /schemas/apps/psensor/interface/window_x + /apps/psensor/interface/window_x + psensor + int + psensor + + Horizontal position of the graph window + Horizontal position of the graph window. + + + + + /schemas/apps/psensor/interface/window_y + /apps/psensor/interface/window_y + psensor + int + psensor + + Vertical position of the graph window + Vertical position of the graph window. + + -- 2.7.4