Shrink conky clock

This commit is contained in:
Tobias Reisinger 2021-03-19 11:56:36 +01:00
parent aba5bfd4fb
commit 76cdb1fa83

View file

@ -38,11 +38,11 @@ conky.config = {
draw_shades = false,
use_xft = true,
font = 'Droid Sans:size=10',
gap_x = 730,
gap_x = 1080,
gap_y = 30,
minimum_height = 0,
minimum_width = 1100,
maximum_width = 1100,
minimum_width = 400,
maximum_width = 400,
net_avg_samples = 2,
no_buffers = true,
double_buffer = true,