You are not logged in.

#1 2015-09-18 17:40:52

vaati
Member
Registered: 2015-09-18
Posts: 11

Conky background always black

Hello, it's my first topic and my english is very bad then sorry for any mistake.
I update my Arch today and after this my Conky background is always black, not matter what i do. If a disable double buffer i can change the color but the flickering is terrible.
Follow my connky.config:

alignment = 'top_right',
background = true,
cpu_avg_samples = 2,
default_color = '#4E4E4E',
default_outline_color = 'blue',
default_shade_color = '#ff0000',
draw_graph_borders = true,
draw_outline = false,
draw_shades = false,

draw_borders = true,
border_width = 2,
border_inner_margin = 10,
border_outer_margin = 0.5,

use_xft = true,
font = 'DejaVu Sans Mono:size=12',
gap_x = 60,
gap_y = 60,
minimum_height = 5,
minimum_width = 5,
net_avg_samples = 2,
no_buffers = false,

double_buffer = true,

out_to_console = false,
out_to_stderr = false,
extra_newline = false,

own_window = true,
own_window_class = 'Conky',
own_window_type = 'desktop',
own_window_transparent = false,
own_window_colour = '#ff0000',

stippled_borders = 0,
update_interval = 0.5,
uppercase = false,
use_spacer = 'none',
show_graph_scale = false,
show_graph_range = false

My Conky version is 1.10.0-5. Anyone knows what is the problem?

Offline

#2 2015-09-18 18:01:59

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: Conky background always black

Have you updated your conky.config to be compatible with the new configuration format introduced in 1.10 yet?

https://bbs.archlinux.org/viewtopic.php?id=199217

Last edited by Slithery (2015-09-18 18:07:19)


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#3 2015-09-18 18:29:32

vaati
Member
Registered: 2015-09-18
Posts: 11

Re: Conky background always black

slithery wrote:

Have you updated your conky.config to be compatible with the new configuration format introduced in 1.10 yet?

https://bbs.archlinux.org/viewtopic.php?id=199217

Thanks for reply. I change now but problem persists.

Offline

#4 2015-09-18 20:52:55

TheChickenMan
Member
From: United States
Registered: 2015-07-25
Posts: 354

Re: Conky background always black

man conky

own_window_colour colour
              If own_window_transparent no, set a specified background colour (defaults to black). Takes either a hex value (e.g. ffffff, note the lack of '#') or a valid RGB name  (see
              /usr/lib/X11/rgb.txt)

If quantum mechanics hasn't profoundly shocked you, you haven't understood it yet.
Niels Bohr

Offline

Board footer

Powered by FluxBB