Re: chart label alternate font

Bill Wilson <[email protected]> Mon, 12 Sep 2016 09:13:05 -0500
Newsgroups gmane.comp.gnome.apps.gkrellm
Message-ID <[email protected]>
The colors are part of the theme so you have to edit the gkrellmrc file for the theme
you are using.  Look for the lines:

StyleChart *.textcolor = #efd097 #000000 shadow
StyleChart *.alt_textcolor = #00e4e2 #000000 shadow

The path to  the theme you are using can be seen in the Config->Themes page.
But if you are using the default theme, you have to get the gkrellm source and copy
the pixmaps directory to a new theme.  For example in the top dir of the
gkrellm source tree:

cp -a pixmaps ~/.gkrellm2/themes/your_theme_name

Then edit ~/.gkrellm2/themes/your_theme_name/gkrellmrc

Or a new theme can be put in /usr/local/share/gkrellm2/themes/

Bill

On Mon, 12 Sep 2016 01:03:08 -0400
Jon LaBadie <[email protected]> wrote:

> Perhaps my memory is faulty, but I recall the "\f"
> alternate font code used to change the color of the
> next string.  In my current version it switches to
> a smaller size font, but the same color.
> 
> I very much like the smaller font, just changed all
> my strings to the alternate font.  But the alternate
> color was useful also to flag which chart color was
> read (receive) and which was write (transmit).
> 
> Jon
> -- 
> Jon H. LaBadie                 [email protected]
>  11226 South Shore Rd.          (703) 787-0688 (H)
>  Reston, VA  20190              (703) 935-6720 (C)
> 


-- 
Bill Wilson <[email protected]>