Je suis sous LXDE+Openbox. J'ai installé conky et adapté (comme beaucoup je pense) un .conkyrc.
Cependant, j'obtiens un fond noir ainsi qu'une bordure tout autour.
J'ai suivi ce lien pour que mon conky ne se cache pas lorsque je réduis toutes les fenêtres (Win+D) ou que je clique sur le bureau (pcmanfm --desktop) : http://doc.ubuntu-fr.org/conky#conflit_ ... ky_et_lxde
Voici le début de mon .conkyrc :
Code : Tout sélectionner
# Conky settings #
background no
update_interval 1
double_buffer yes
no_buffers yes
imlib_cache_size 10
# Window specifications #
gap_x 0
gap_y 0
minimum_size 268 670
maximum_width 268
own_window yes
own_window_class Conky
own_window_type dock # other options are: override/dock/desktop/panel
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
border_inner_margin 0
border_outer_margin 0
border_width 0
#alignment middle_middle
#own_window_transparent yes
own_window_argb_visual yes
own_window_argb_value 0
# Graphics settings #
draw_shades no
default_shade_color AAAAAA
draw_outline no
default_outline_color AAAAAA
draw_borders no
draw_graph_borders no
default_graph_size 26 80
show_graph_scale no
show_graph_range no
# Text settings #
use_xft yes
xftalpha 0
xftfont Droid Sans:size=8
text_buffer_size 256
override_utf8_locale yes
# Useful shortenings #
short_units yes
pad_percents 2
top_name_width 7
# Color scheme #
default_color 2C2C2C
color1 2C2C2C
color2 2C2C2C
color3 FFFFFF
color4 6598CB
color5 666666
color6 CB6565
color7 DDDDDD
TEXT
...
...
...
