style "ngi-meter"
{
    fg[NORMAL] = "white"
    fg[ACTIVE] = "black"
    font_name = "URW Gothic L, Semi-Bold"
#    font_name = "DejaVu Sans Bold"
	
    NgiMeter::identifier-min-size = 8
}

style "ngi-meter-box"
{
#    bg[NORMAL] = "#CCCCCC"
    bg[NORMAL] = "white"
    bg[ACTIVE] = "#377A7E"
    NgiMeterBox::meter-colors = "#ED1C24:#113671:#005C42:#6500A7:#FF7000:#1A6A82:#6C9D31:#91148F"

# Used only when meter box transparency is turned on in ngimeterbox.c:
    NgiMeterBox::brightness   = 0.8

    font_name = "URW Gothic L, Semi-Bold"
#    font_name = "DejaVu Sans Bold"
    fg[NORMAL] = "white"
}

class "NgiMeter"    style "ngi-meter"
widget "*.NgiMeter.*" style "ngi-meter"
class "NgiMeterBox" style "ngi-meter-box"
