1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-30 05:59:07 +00:00

introduce scale field for bar and gauge specials

This commit is contained in:
Phil Sutter 2009-12-02 00:04:29 +01:00
parent a49fb53ea3
commit dae785e5d0

View File

@ -57,10 +57,12 @@ int default_gauge_width = 40, default_gauge_height = 25;
struct bar {
int width, height;
unsigned int scale;
};
struct gauge {
int width, height;
unsigned int scale;
};
struct graph {