Bonsoir,
Déjà est-ce que conky s’apparente à un logiciel de création graphique ? pour moi oui, maintenant je sais pas si c'est la bonne section.
Voilà tout est dans le titre, j'ai pas de soucis pour le configurer mais la transparence c'est toujours le même problème depuis l'époque linux crunshbang que j'adoré 😃
j'ai tout essayé mais rien y fais ça veut pas conky s'obstine ...
En vous remerciant pour vos retours.
script tout ce qu'il y a de plus basique sur lubuntu dernière version LTS dispo sur le site.
mon but est de faire du vrai openbox avec le menu, tint etc
conky.config = {
background = true,
use_xft = true,
font = 'Coda:pixelsize=14',
xftalpha = 0.5,
update_interval = 1,
total_run_times = 0,
own_window = true,
own_window_type = 'normal',
own_window_transparent = yes,
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
double_buffer = true,
minimum_width = 260, minimum_height = 5,
maximum_width = 400,
draw_shades = false,
draw_outline = false,
draw_borders = false,
draw_graph_borders = false,
default_color = 'grey',
default_shade_color = 'red',
default_outline_color = 'green',
alignment = 'top_right',
gap_x = 14,
gap_y = 20,
no_buffers = true,
uppercase = false,
cpu_avg_samples = 2,
override_utf8_locale = false
};
conky.text = [[
System Info ${hr 2 }
${color #55aaff}$nodename$color - $sysname $kernel on $machine
${color #55aaff}Uptime:$color $uptime ${color lightgrey}${color #55aaff}
Load:$color $loadavg${color lightgrey}
${color #55aaff}CPU: ${color lightgrey}Intel Pentium 2020M @ $color${freq_g} GHz
Core 1: ${cpubar cpu1 6,160} ${cpu cpu1}%
Core 2: ${cpubar cpu2 6,160} ${cpu cpu2}%
CPU utilisation$alignr ${cpu cpu0}%
${cpubar cpu0}
${cpugraph 000000 ffffff}
Memory ${hr 2}
MEM $alignc $mem / $memmax $alignr $memperc%
$membar
SWAP $alignc $swap / $swapmax $alignr $swapperc%
$swapbar
${if_match "$swap"!="0B " }
${exec notify-send "Warning: Swapping"}
$endif
Top Processes ${hr 2}
$processes processes
NAME ${alignr} PID CPU MEM
${top name 1} $alignr ${top pid 1} ${top cpu 1} ${top mem 1}
${top name 2} $alignr ${top pid 2} ${top cpu 2} ${top mem 2}
${top name 3} $alignr ${top pid 3} ${top cpu 3} ${top mem 3}
${top name 4} $alignr ${top pid 4} ${top cpu 4} ${top mem 4}
${top name 5} $alignr ${top pid 5} ${top cpu 5} ${top mem 5}
wlan0 ${hr 2}
Up: ${upspeed wlan0}
Down: ${downspeed wlan0}
]];