Arve Barsnes <arve.bars...@gmail.com> [17-01-04 15:44]: > On 4 January 2017 at 14:44, <meino.cra...@gmx.de> wrote: > > > My config is as follows: > > > > conky.config = { > > background = true, > > use_xft = true, > > font = 'Sans:size=8', > > xftalpha = 1, > > update_interval = 1.0, > > total_run_times = 0, > > own_window = false, > > own_window_transparent = true, > > own_window_type = 'desktop', > > own_window_hints = 'undecorated,below,sticky, > > skip_taskbar,skip_pager', > > double_buffer = true, > > minimum_width = 200, minimum_height = 200, > > maximum_width = 200, > > draw_shades = true, > > draw_outline = false, > > draw_borders = false, > > draw_graph_borders = true, > > default_color = 'white', > > default_shade_color = 'black', > > default_outline_color = 'white', > > alignment = 'top_right', > > gap_x = 12, > > gap_y = 12, > > no_buffers = true, > > uppercase = false, > > cpu_avg_samples = 2, > > override_utf8_locale = false, > > > > }; > > > > I'm not physically at my box at the moment, so I can't test your config, > but the only difference between yours and mine that should be able to make > a difference are: > > background = false (but I launch mine to background from a script anyway, > so probably no difference) > own_window = true > > Regards, > Arve
Hi Arve, I changed both to values of your config and: TADA! Conky is not longer crazy! Thanks a lot! :) Cheers Meino