Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] crazy conky Meino.Cramer@×××.de