mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-18 02:55:12 +00:00
introduce scale field for bar and gauge specials
This commit is contained in:
parent
a49fb53ea3
commit
dae785e5d0
@ -57,10 +57,12 @@ int default_gauge_width = 40, default_gauge_height = 25;
|
|||||||
|
|
||||||
struct bar {
|
struct bar {
|
||||||
int width, height;
|
int width, height;
|
||||||
|
unsigned int scale;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct gauge {
|
struct gauge {
|
||||||
int width, height;
|
int width, height;
|
||||||
|
unsigned int scale;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct graph {
|
struct graph {
|
||||||
|
Loading…
Reference in New Issue
Block a user