Hello everyone,
In the pic above is the data drive space gauge I just put together. It is a 500G HDD so I set the max rpm to 500:
Code: Select all
{
name='fs_used_perc', arg='/media/logansfury/8297c0d4-83f1-4d9e-adff-3e79751f6b9d',
max_value=95, max_rpm=500,
x=268, y=450,
graph_radius=35,
graph_thickness=8,
graph_start_angle=225,
graph_unit_angle=2.84, graph_unit_thickness=2.7,
graph_bg_colour=0xFFEEEE, graph_bg_alpha=0.1,
graph_fg_colour=0xFFFFFF, graph_fg_alpha=1.0,
hand_fg_colour=0xFFFFFF, hand_fg_alpha=1.0,
txt_radius=0,
txt_weight=1, txt_size=23.0,
txt_fg_colour=0xFFFFFF, txt_fg_alpha=0.0,
graduation_radius=0,
graduation_thickness=28, graduation_mark_thickness=29,
graduation_unit_angle=72,
graduation_fg_colour=0xAAAAAA, graduation_fg_alpha=0.2,
caption='DATA',
caption_weight=1, caption_size=14,
caption_fg_colour=0xFFFFFF, caption_fg_alpha=100,
},
fs_used_perc
correctly, yet the white progress bar is only about 1/5th activated and it should be covering over half the gauge to represent 68%. What have I done wrong please?
Thanks for reading,
Logan