f6c0ce6926401771be58738543dd81c6047c9636
[grml-desktop.git] / etc / skel / .gkrellm2 / themes / Modern / gkrellmrc
1 #   ------ Sample gkrellmrc configuration file --------
2 # Option settings here correspond (with some fuzz) to the default theme.
3 # See the Themes file for a discussion of these options.
4 # Change or add entries as required for your theme.
5
6 author = "Eric R. Reitz  <acvar@winstarmail.com>"
7
8 chart_width_min  = 64
9 chart_width_max  = 64
10 chart_width_ref  = 64
11 allow_scaling    = false
12
13 # Frame sizes set to 0 means render frames to drawn dimension
14 frame_top_height  = 0
15 frame_bottom_height  = 0
16 frame_left_width  = 0
17 frame_right_width  = 0
18
19 # Borders for images are specified with comma separated numbers in the order:
20 #    left border, right border, top border, bottom border
21 frame_top_border = 2,2,0,0
22 frame_bottom_border = 2,2,0,0
23 frame_left_border = 0,0,0,0
24 frame_right_border = 0,0,0,0
25
26
27 # Colors for drawing data on charts.  These apply to all chart monitors
28 # so style settings for these are not possible.  These do not apply
29 # if you have data_in/out images.
30 chart_in_color       = #10d3d3
31 chart_in_color_grid  = #00a3a3
32 chart_out_color      = #f4ac4a
33 chart_out_color_grid = #b47c20
34
35 # 0 (do) 1 (don't) draw top/bottom grid lines on charts.
36 bg_grid_mode = 1
37
38 # Placement of the Rx/Tx LEDs in the panel area of net Chart monitors.
39 rx_led_x = -14
40 rx_led_y = 11
41 tx_led_x = -1
42 tx_led_y = 11
43
44 # Horizontal placement of the time online display and button of the
45 # timer_button Meter monitor.  Negative x means place x pixels from right edge
46 timer_time_x = 1
47 timer_button_x = -4
48
49 # used only if the theme has a bg_timer image.
50 bg_timer_border = 2,2,2,2
51
52 button_panel_border = 2,2,2,2
53 button_meter_border = 2,2,2,2
54
55 # Fonts to use in the Style settings below.
56 large_font = "-adobe-helvetica-medium-r-normal-*-*-120-*-*-p-*-*-*"
57 normal_font = "-adobe-helvetica-medium-r-normal-*-*-100-*-*-p-*-*-*"
58 small_font   = "-adobe-helvetica-medium-r-normal-*-*-80-*-*-p-*-*-*"
59
60
61 #Set the borders for the background slider trough images.
62 bg_slider_panel_border = 1,1,1,1
63 bg_slider_meter_border = 1,1,1,1
64
65
66 # ========= Style settings for the monitors. ============
67 # Options can be set to apply globally to areas of all similar monitors,
68 # or can be set to individually apply only to an area of a specific monitor.
69 # This is done with Style lines which can have a global '*' scope name or a 
70 # specific monitor name.  Since these theme specifications begin at
71 # the monitor area level (see the Themes file), there are Style lines for
72 # each area.  There are StyleChart and StylePanel lines for the chart and
73 # panel areas in the Chart monitors, and a StyleMeter line for the single
74 # meter area in the Meter monitors.
75 # It is not necessary for these lines to be in any particular order, more
76 # specific style settings always override a global setting.
77 #   - textcolor arguments are  color, shadow color, and drawing effect
78 #     (shadow or none). The '#' preceding the hex color values is required.
79 #     Enclose multiple word rgb.txt color names in quotes.
80 #   - see the Themes file for how monitors use alt_font and alt_textcolor.
81 #
82 # Settings for the chart areas of all Chart monitors.
83 StyleChart  *.border = 5,5,5,5
84 StyleChart  *.font = normal_font
85 StyleChart  *.alt_font = small_font
86 StyleChart  *.textcolor = #000000 #000000 none
87 StyleChart  *.alt_textcolor = #000000 #000000 none
88
89 # Settings for the panel areas of all Chart monitors.
90 StylePanel  *.border = 0,0,11,2
91 StylePanel  *.font = normal_font
92 StylePanel  *.alt_font = normal_font
93 StylePanel  *.textcolor = #000000 #000000 none
94 StylePanel  *.alt_textcolor = #000000 #000000 none
95 StylePanel  *.label_position = 50
96 StylePanel  net.label_position = 0
97 StylePanel  *.margin = 3
98 StylePanel  *.krell_x_hot = 63
99 StylePanel  *.krell_depth = 65
100 StylePanel  *.krell_yoff = 1
101
102 # Settings for the meter areas of all Meter monitors.
103 StyleMeter  *.border = 2,2,2,2
104 StyleMeter  mem.border = 2,2,2,15
105 StyleMeter  swap.border = 2,2,2,14
106 StyleMeter  *.font = normal_font
107 StyleMeter  *.alt_font = small_font
108 StyleMeter  *.textcolor = #000000 #000000 none
109 StyleMeter  *.alt_textcolor = #000000 #000000 none
110 StyleMeter  *.label_position = 50
111 StyleMeter  *.margin = 3
112 StyleMeter  *.krell_x_hot = -1
113 StyleMeter  mem.krell_x_hot = 62
114 StyleMeter  swap.krell_x_hot = 62
115 StyleMeter  *.krell_depth = 1
116 StyleMeter  mem.krell_depth = 65
117 StyleMeter  swap.krell_depth = 65
118 StyleMeter  *.krell_yoff = 1
119 StyleMeter  mem.krell_yoff = 13
120 StyleMeter  swap.krell_yoff = 14
121
122 # These are some of the custom settings for the meter areas of specific
123 # meter monitors for the default theme.
124 # These override any general '*' settings.
125 StyleMeter  apm.border = 3,3,2,2
126 StyleMeter  apm.font = small_font
127
128 * cal.font and cal.textcolor is for day of week and month name
129 StyleMeter  cal.font = small_font
130 StyleMeter  cal.textcolor = #000000 #000000 none
131
132 # cal.alt_font is day of month
133 StyleMeter  cal.alt_font = large_font
134
135 * clock.font and clock.textcolor is for hours & minutes
136 # clock.alt_font and clock.alt_textcolor would be used for seconds or am/pm
137 StyleMeter  clock.font = large_font
138 StyleMeter  clock.textcolor = #000000 #000000 none
139
140 StyleMeter  fs.border = 3,3,3,2
141 StyleMeter  fs.label_position = 0
142 StyleMeter  fs.alt_font = normal_font
143 StyleMeter  host.textcolor =  #000000  #000000 none
144 StyleMeter  mail.alt_textcolor = #000000 #000000 none
145 StyleMeter  timer.textcolor = #000000  #000000 none
146 StyleMeter  uptime.textcolor = #000000 #000000 none
147