GKrellM Themes Reference

Changelog-themes

Intro

The GKrellM structure is a framed stack of monitors and there are two monitor types, Charts and Meters, which have background images applied to drawing areas. Charts have two drawing areas, the chart area and the panel area. Meters have one drawing area, the meter area. Most theme images and options are applied at this level and many can be specified to apply to a particular Chart or Meter monitor.
      _______________________
      |_____________________|<- frame
      | |                 | |
       .                   .
      | |-----------------| |
      | |                 | |  Chart Monitor
      | |   chart area    | |
      | |                 | |
      | |-----------------| |
      | |   panel area    | |
      | |-----------------| |
       .                   .
       .                   .
      | |-----------------| |
      | |   meter area    | |  Meter Monitor
      | |-----------------| |
       .                   .
      |_|_________________|_|
      |_____________________|
A theme is a directory containing theme images. A theme directory may be any of several locations:
	~/.gkrellm2/themes/THEME_NAME/
	/usr/local/share/gkrellm2/themes/THEME_NAME/
	/usr/share/gkrellm2/themes/THEME_NAME/
	/usr/share/themes/THEME_NAME/gkrellm2/
	~/.themes/THEME_NAME/gkrellm2/
The last two locations require gkrellm >= 2.1.16 and are compatible with gtk2 theme locations. They are convenient for installation when making a meta theme including gtk2, gkrellm2, and possibly other themes. The /usr/share/themes/ directory component may actually be something different depending on how gtk2 was installed.

If a "gkrellmrc" file exists in a theme directory, it is parsed for theme specific settings such as borders, margins, colors, and krell parameters. The theme directory also has images for the frame, background images for each of the drawing areas, and detail images (decals and krells) which are drawn on panel and meter areas.

Terminology

Chart monitor - A monitor type which has two background areas - a chart area with a bg_chart image as a background, and a panel area with a bg_panel image as a background. Labels, decals, and krells are drawn in panel areas.

Meter monitor - A monitor type which has a single background area type - a meter area with a bg_meter image as a background. Labels, decals, and krells are also drawn in meter areas. A meter monitor may have multiple meter areas vertically stacked.

Decals are pixmap graphics or text elements such as LEDs, button images, toggling labels, etc. usually placed in fixed locations in panel or meter areas. These may have transparency and may overlap.

Krells are pixmap graphics which are programatically moved horizontally across the face of a panel or meter area. They implement meter indicator movements, moving animations, and slider controls. Krells may have transparency and they usually move over decals.

Image Structure

All theme images are either base level images which are in the toplevel of the theme directory, or monitor specific theme images which are placed in subdirectories of the toplevel. All base level images have a default which will be used if it is not provided in a theme.

Excluding detail and optional images (see below), here is the base set of images required for a theme change in GKrellM (.png used as an example).

	F : frame_top.png
	f : frame_bottom.png
	  : frame_left.png
	  : frame_right.png
	c : bg_chart.png           a chart area background
	p : bg_panel.png           a panel area background
	m : bg_meter.png           a meter area background
	  : bg_grid.png            a chart area background grid line
	  : bg_separator.png       a chart area data view separator
This is a side section view showing how these images are used to build GKrellM. frame_left/right and bg_grid are not shown and not all monitors are shown.

   |<--Meters->|<--------Charts----------|<--------Meters---------->|
 | | Cal | Clk | CPU Chart  |  PPP Chart |Timer|  Mem | Swap |  FS  | |
 | |     |     |        |   |        |   |     |      |      |      | |
 o-o\___/-\___/-\______/-----\______/-----\___/-\____/-\____/-\____/o-o
 | |     |     |        |   |        |   |     |      |      |      | |
  F   m     m      c      p     c      p    m      m      m      m   f
The last row shows where background images are applied to the monitors.

Theme Image Names

The background areas, krells, or some monitor detail images can have a monitor specific custom image substituted for the base level default image. For a custom image to take effect, it only has to exist in the monitor specific subdirectory.

Here is a list showing the image naming structure in a theme directory. Images may be .png as shown or .jpg or .xpm.

Base level images in the top level of the theme directory

frame_top.png
frame_bottom.png
frame_left.png
frame_right.png
--------------------
bg_chart.png
bg_grid.png
bg_separator.png
bg_panel.png
bg_meter.png
--------------------
button_panel_in.png
button_panel_out.png
button_meter_in.png
button_meter_out.png
--------------------
krell_panel.png
krell_meter.png
krell_slider.png
--------------------
decal_misc.png
decal_button.png
--------------------
   (optional images for plotting data)
data_in.png
data_in_grid.png
data_out.png
data_out_grid.png
--------------------
   (optional images separating monitors)
   (Spacer images in the top level dir is new in GKrellM 2.1.0 and 1.3.0)
spacer_top.png
spacer_bottom.png
spacer_top_chart.png
spacer_bottom_chart.png
spacer_top_meter.png
spacer_bottom_meter.png
--------------------
   (optional frame images aligned with the top and bottom of monitors)
   (These are new in GKrellM version 2.1.0 and 1.3.0)
cap_top_left_chart.png
cap_bottom_left_chart.png
cap_top_right_chart.png
cap_bottom_right_chart.png
cap_top_left_meter.png
cap_bottom_left_meter.png
cap_top_right_meter.png
cap_bottom_right_meter.png

Custom images in the theme subdirectories

Builtin Chart monitor theme subdirectories are:
        cpu, disk, inet, net, proc
Builtin Meter monitor theme subdirectories are:
        apm, cal, clock, fs, host, mail, mem, timer, uptime
The Battery monitor was originally named APM and the theme subdirectory for it remains "apm" to avoid breaking themes.

Plugins will each have their own theme subdirectory which can be determined from the plugin documentation.

All builtin or plugin Chart monitor theme subdirectories may have the custom images:

	bg_chart.png
	bg_grid.png
	bg_panel.png
	krell.png
	spacer_top.png
	spacer_bottom.png
All builtin or plugin Meter monitor theme subdirectories may have the custom images (however, not all may use the krell.png):
	bg_meter.png	(bg_panel.png is accepted for convenience)
	krell.png
	spacer_top.png
	spacer_bottom.png
In addition to the above custom images, each builtin or plugin may have additional images which are extension to the theme. And they may also accept custom Style, integer, string, or image border settings in the gkrellmrc. Plugins should document what these images and custom settings are and how they are used. The builtin theme gkrellmrc settings will be listed later in the gkrellmrc section, while the builtin image extensions are listed here:
cpu:
	cpu/nice.png
	cpu/nice_grid.png

net:
	net/decal_net_leds.png

mail:
	mail/decal_mail.png
	mail/krell_penguin.png

mem:
	mem/krell_buffers.png
	mem/krell_cache.png

sensors:
	sensors/bg_volt.png

timer:
	timer/decal_timer_button.png
	timer/bg_timer.png

Theme Image Descriptions

Background images

Detail images

The default theme images will be used for any of these which do not exist in your theme directory.

Optional data plotting images

Optional spacer images

Optional cap images

Builtin monitor custom images

Notes on making a GKrellM theme

  1. A theme directory can exist anywhere for development purposes and can be specified on the command line:
           gkrellm -t theme_dir
    
    Hit the F5 key to reload a theme as you make changes.
  2. Detail images are drawn on bg_panel or bg_meter backgrounds as layers and each image may have transparency.
  3. Krells have several style parameters which you can set in the gkrellmrc. But note: it is possible for a plugin coder to write code such that his krell will not honor these settings.
    • krell_yoff
      Adjusts a krell's vertical offset into a panel or meter area.
    • krell_depth
      To build a krell with depth, vertically stack krell images in a krell_panel or krell_meter image and specify the number of frames in a krell_depth line in the gkrellmrc. The frame displayed will be a function of the depth and horizontal x position of the krell:
             Depth 1: One frame displayed at all positions.
                   2: Display frame 0 at x = 0, frame 1 at all other positions.
               n > 2: Display frame 0 at x = 0, frame n-1 at x = full_scale, and
                      remaining frames at positions proportional to x/full_scale.
      
    • krell_x_hot
      This is an offset in pixels from the left edge of a krell image. Krell images are drawn so that the krell x_hot spot is drawn at the current krell position in a panel or meter area (except for bar-mode krells, see below).
    • krell_left_margin & krell_right_margin
      The range of krell motion across a panel width may be constrained between a left and right margin where the margins are number of pixels from the left or right panel edge respectively. These style setings are new in GKrellM version 1.2.9.
    • krell_expand
      The default is for a krell to be drawn at the same size as its original image. But, if a krell_expand value is set, the krell width will be rendered to match the width of the GKrellM window. The krell_expand values are:
      • left
        The krell image area from the left edge to the x_hot spot is rendered to fit the GKrellM monitor width. Look at the GKrellMSS plugin's VU meter krells for examples of this krell type.
      • right
        The krell image area from the x_hot spot to the right edge is rendered to fit the GKrellM monitor width. This may not be useful.
      • bar-mode
        The total krell image width is rendered to fit the GKrellM monitor width. Additionally, the krell x_hot spot is ignored. Instead, the krell position is indicated by drawing only the portion of the rendered krell image from its left edge to the current krell position. The visual appearance is then a static "bar" across the panel width with only the left portion up to the current krell position visible. This is new in version 1.2.5.
      • left-scaled, right-scaled, bar-mode-scaled
        Same as above except the rendering of the krell width is scaled to fit the width between the krell left and right margins. If both krell_left_margin and krell_right_margin are zero, these modes are equivalent to left, right, and bar-mode respectively. These are new in version 1.2.9
      • To sumarize the difference between a bar-mode and left expanded krell:
        The bar-mode krell position is fixed on a panel and only a fractional part of its width is drawn. The draw is from the krell left margin to a right position between the left and right margins that corresponds to the current krell value. The left expanded krell position is moved so its x_hot spot is placed on a panel at a position corresponding to its current krell value. The entire krell width is drawn but will be clipped at the krell left and right margins.
  4. Run "gkrellm -demo" to see some less frequently used features you may not have available or enabled, such as cpu temps or the battery monitor.

Theme Alternatives

If there is a line in your gkrellmrc:
    theme_alternatives = N
then you can have 1 to N different gkrellmrc and image alternatives that can be selected in the Themes tab. For each alternative N, you can have an optional gkrellmrc_N whose options will override any set in the base level gkrellmrc. If any image_N.png exists, it will be used in place of the base image.png. This can be used to give some flexibility to your theme. You could have more than one frame style or different font colors and sizes. For example if you have
    theme_alternatives = 2
Then you would have 3 gkrellmrc files:
	gkrellmrc        (always applied)
	gkrellmrc_1      (applied after gkrellmrc for theme alternative 1)
	gkrellmrc_2      (applied after gkrellmrc for theme alternative 2)
And you can have alternative images selectively applied depending on the alternative selected. If you had these images:
	bg_meter.png
	krell.png
	krell_1.png
	fs/krell.png
	fs/bg_meter_2.png
then, these images would be used:
Default Alternative 0:
	Base images: bg_meter krell    fs monitor images: fs/krell bg_meter
Alternative 1:
	Base images: bg_meter krell_1  fs monitor images: fs/krell bg_meter
Alternative 2:
	Base images: bg_meter krell    fs monitor images: fs/krell fs/bg_meter_2

The gkrellmrc file

Adjustments to label positions, margins, label colors/fonts, image borders, krell parameters, frame rendering, etc are made in the gkrellmrc file. Setting these values may have a variable effect on different monitors because the programmer may use the values to differing degrees. For example, margins may affect a label or some text decal but not affect other text decals because the programmer explicitely centers the decal.

The possible gkrellmrc lines are listed here.

The author line credits the theme maker. This will appear in the Themes configuration window.

	author = "yourname  email address"
Theme alternatives are possible, see above.
    theme_alternatives = N
If allow_scaling is true, then net LED position and size is scaled according to the chart_width/chart_width_ref ratio. chart_width_ref is the width you use for designing images and placing LEDs.
	chart_width_ref  = w
	allow_scaling    = {true | false}

Frames

Frames can be rendered to heights and widths different from the drawn image sizes. 0 means use the drawn image width or height.
	frame_top_height  = h
	frame_bottom_height  = h
	frame_left_width  = w
	frame_right_width  = w
Regions of the bg_chart, bg_panel, or bg_meter images may be overlapped onto the left and right frames. A simple use would be to overlap some bg_chart pixels so a chart can have a surrounding bevel outside of the active chart drawing area. This would be used in conjunction with giving the chart a top and bottom margin (with StyleChart *.margins) since a top and bottom chart margin is converted to a spacer that is also outside the active drawing area. The panel overlap values are used for bg_panel, bg_meter, space_top, and spacer_bottom images. These are new in GKrellM version 2.1.0 and 1.3.0.
	frame_left_chart_overlap = n
	frame_right_chart_overlap = n
	frame_left_panel_overlap = n
	frame_right_panel_overlap = n
Spacers can also overlap the left and right frames. The overlap values are applied to all spacers, but overlapping can be turned off for specific monitors. These are new in GKrellM version 2.1.0 and 1.3.0.
	frame_left_spacer_overlap = l
	frame_right_spacer_overlap = r
	spacer_overlap_off monitor-name
Cap images drawn in the left and right frames can be turned off for specific monitors. This is new in GKrellM version 2.1.0 and 1.3.0.
	cap_images_off monitor-name

Borders

Borders for images are specified with comma separated numbers in the order:
      left border, right border, top border, bottom border

Borders for the main GKrellM window frame images.

	frame_top_border = l,r,t,b
	frame_bottom_border = l,r,t,b
	frame_left_border = l,r,t,b
	frame_right_border = l,r,t,b
Borders for the spacer images. Only the left and right values are used. These are new in GKrellM version 2.1.0 and 1.3.0.
	spacer_top_border = l,r,x,x
	spacer_bottom_border = l,r,x,x
Borders for the frame overlap areas. Only the top and bottom values are used. These are new in GKrellM version 2.1.0 and 1.3.0.
	frame_left_chart_border = x,x,t,b
	frame_right_chart_border = x,x,t,b
	frame_left_panel_border = x,x,t,b
	frame_right_panel_border = x,x,t,b

Chart data colors

The data colors plotted on the charts are plotted in two different ways. If the images data_in.xxx, data_in_grid.xxx, data_out.xxx, and data_out_grid.xxx exist in the theme dir, they are used to plot data. If they do not exist, then the colors set here are used. Grid colors are drawn where the plotted data crosses a grid line. This allows grid lines to "show through" on high density charts. Colors are hex triplets ( #rrggbb ) or rgb.txt color names. Put quotes around two word rgb_color_names.
	chart_in_color       = { #rrggbb | rgb_color_name }
	chart_in_color_grid  = { #rrggbb | rgb_color_name }
	chart_out_color      = { #rrggbb | rgb_color_name }
	chart_out_color_grid = { #rrggbb