Giothebest ha scritto:wip?
comunque non c'è male con il desk....
Work
In
Progress

Giothebest ha scritto:wip?
comunque non c'è male con il desk....


alecive ha scritto:LoSquartatore ha scritto:Giothebest ha scritto:forse il mio nome?
Martelli Giovanni?
Adesso che so che si chiama Martelli Giovanni sicuramente in meno di 5 minuti lo troverò ed inizierò a stalkerarlo e a rubargli le password e a profferire il falso su di lui.
se vuoi ti do anche il numero di cellulare e ti dico che ho due sorelle e un fratello 

Lo Zio ha scritto:Giothebest ha scritto:wip?
comunque non c'è male con il desk....
Work
In
Progress

Giothebest ha scritto:posteresti anche il .conkyrc, che ne vorrei copiare una parte, se non ti dispiace...
# UBUNTU-CONKY
# conky configuration
background owerride
use_xft yes
xftfont Terminus:size=8
out_to_console no
update_interval 1.0
total_run_times 0
own_window override
double_buffer yes
draw_shades no
draw_outline no
draw_borders no
stippled_borders 8
border_margin 12
border_width 1
default_color white
default_shade_color white
default_outline_color white
alignment top_left
maximum_width 300
own_window yes
own_window_transparent yes
own_window_argb_visual yes
own_window_type normal
own_window_class conky-semi
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
gap_x 5
gap_y 140
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale no
use_spacer yes
TEXT
${font style=Bold}${color black}SYSTEM ${hr 2}$color$font
Hostname: $nodename
Kernel: $kernel
Uptime: $uptime
${font style=Bold}${color black}CPU${hr 2}$color$font
Load: $loadavg
Core 1 @ ${freq 1}Mhz: ${cpu cpu1}% ${color black}${cpubar cpu1}$color
Core 2 @ ${freq 2}Mhz: ${cpu cpu2}% ${color black}${cpubar cpu2}$color
Average: $cpu% ${color black}$cpubar$color
${color black}$cpugraph$color
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}
${font style=Bold}${color black}MEMORY${hr 2}$color$font
RAM: $mem/$memmax $alignc $memperc% ${color black}${membar}$color
Swap: $swap/$swapmax $alignc $swapperc% ${color black}${swapbar}$color
Processes: $processes Running: $running_processes
Name $alignr PID CPU% MEM%
${top_mem name 1} $alignr ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
${top_mem name 2} $alignr ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
${top_mem name 3} $alignr ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}
${top_mem name 4} $alignr ${top_mem pid 4} ${top_mem cpu 4} ${top_mem mem 4}
${font style=Bold}${color black}DISK ${hr 2}$color$font
Home: ${fs_used /home} / ${fs_size /home} $alignc ${fs_used_perc /home}% ${color black}${fs_bar /home}$color
HDD: ${fs_used /media/320 GB} / ${fs_size /media/320 GB} $alignc ${fs_used_perc /media/320 GB}% ${color black}${fs_bar /media/320 GB}$color
${font style=Bold}${color black}NETWORK$font (${addr eth0}) ${hr 2}$color
Down: ${downspeed eth0} k/s Up: ${upspeed eth0} k/s
${color black}${downspeedgraph eth0 10,130} ${alignc} ${upspeedgraph eth0 10,130}$color
Total: ${totaldown eth0} Total: ${totalup eth0}



background no
xftfont Eurostile:size=7
use_xft yes
xftalpha 0.8
update_interval .3
total_run_times 0
own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
minimum_size 300
default_color 111111
alignment tb
gap_y 32
gap_x 44
cpu_avg_samples 1
lua_load /home/jroxo/Scrivania/overlay.lua
lua_draw_hook_post start
TEXT
${offset 60}${voffset 150}${font Aller :pixelsize=200}${time %H:%M}
require 'imlib2'
function init_drawing_surface()
imlib_set_cache_size(4096 * 1024)
imlib_context_set_dither(1)
end
function draw_image()
init_drawing_surface()
--you'll need to change the path here (keep it absolute!)
image = imlib_load_image("/home/jroxo/Scrivania/overlay.png")
if image == nil then return end
imlib_context_set_image(image)
imlib_render_image_on_drawable(0,171)
imlib_free_image()
end
function conky_start()
if conky_window == nil then return end
draw_image()
end

Visualizzano questa pagina: Nessuno e 3 ospiti