Gentoo Archives: gentoo-user

From: Meino.Cramer@×××.de
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] crazy conky
Date: Wed, 04 Jan 2017 17:01:28
Message-Id: 20170104170111.GC29401@solfire
In Reply to: Re: [gentoo-user] crazy conky by Arve Barsnes
1 Arve Barsnes <arve.barsnes@×××××.com> [17-01-04 15:44]:
2 > On 4 January 2017 at 14:44, <Meino.Cramer@×××.de> wrote:
3 >
4 > > My config is as follows:
5 > >
6 > > conky.config = {
7 > > background = true,
8 > > use_xft = true,
9 > > font = 'Sans:size=8',
10 > > xftalpha = 1,
11 > > update_interval = 1.0,
12 > > total_run_times = 0,
13 > > own_window = false,
14 > > own_window_transparent = true,
15 > > own_window_type = 'desktop',
16 > > own_window_hints = 'undecorated,below,sticky,
17 > > skip_taskbar,skip_pager',
18 > > double_buffer = true,
19 > > minimum_width = 200, minimum_height = 200,
20 > > maximum_width = 200,
21 > > draw_shades = true,
22 > > draw_outline = false,
23 > > draw_borders = false,
24 > > draw_graph_borders = true,
25 > > default_color = 'white',
26 > > default_shade_color = 'black',
27 > > default_outline_color = 'white',
28 > > alignment = 'top_right',
29 > > gap_x = 12,
30 > > gap_y = 12,
31 > > no_buffers = true,
32 > > uppercase = false,
33 > > cpu_avg_samples = 2,
34 > > override_utf8_locale = false,
35 > >
36 > > };
37 > >
38 > > I'm not physically at my box at the moment, so I can't test your config,
39 > but the only difference between yours and mine that should be able to make
40 > a difference are:
41 >
42 > background = false (but I launch mine to background from a script anyway,
43 > so probably no difference)
44 > own_window = true
45 >
46 > Regards,
47 > Arve
48
49 Hi Arve,
50
51 I changed both to values of your config and: TADA!
52 Conky is not longer crazy!
53 Thanks a lot! :)
54 Cheers
55 Meino