Комментарии

Галерея

Опрос

Из каких стран идет больше всего спама, попыток взлома на ваши серверы?:

Просто рабочий стол

img
xfce 4.6 conky и gkrellm с удаленного компа
Аватар пользователя isn

Тестируем галерею...

Аватар пользователя maximum

работает

Аватар пользователя isn

Да. Только с качеством превьюшек надо подкрутить.

Конфиг conky:

Spoiler: Highlight to view
# set to yes if you want Conky to be forked in the background
background yes
 
# X font when Xft is disabled, you can pick one with program xfontsel
font -xos4-terminus-medium-r-normal-*-*-140-*-*-c-*-koi8-r
 
# Use Xft?
use_xft yes
 
# Xft font when Xft is enabled
xftfont Terminus:size=10
 
# Text alpha when using Xft
#xftalpha 0.0
 
# Print everything to stdout?
out_to_console no
 
# mail spool
mail_spool $MAIL
 
# Update interval in seconds
update_interval 3.5
 
# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0
 
# Create own window instead of using desktop (required in nautilus)
own_window yes
 
# If own_window is yes, you may use type normal, desktop or override
own_window_type override
 
# Use pseudo transparency with own_window?
own_window_transparent yes
 
# If own_window_transparent is set to no, you can set the background colour here
own_window_colour hotpink
 
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
 
# Minimum size of text area
minimum_size 160 5
 
# Draw shades?
draw_shades yes
 
# Draw outlines?
draw_outline no
 
# Draw borders around text
draw_borders no
 
# Stippled borders?
stippled_borders 1
 
# border margins
# border_margin 4
 
# border width
border_width 1
 
# Default colors and also border colors
default_color white
default_shade_color black
default_outline_color black
 
# Text alignment, other possible values are commented
alignment top_left
 
# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 10
gap_y 20
 
# Subtract file system buffers from used memory?
no_buffers yes
 
# set to yes if you want all text to be in uppercase
uppercase no
 
# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2
 
# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2
 
# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes
 
# Add spaces to keep things from moving about?  This only affects certain objects.
use_spacer none
 
# Maximum size of buffer for user text, i.e. below TEXT line.
max_user_text 2048
 
color0  ee0000
color1 	6666ff
color2 	f0f0f0
color3 	000000
 
# stuff after 'TEXT' will be formatted on screen
TEXT
${color0}$sysname-$kernel
${color1}Uptime${color2} $uptime
${color1}Core0: ${color2}${cpu cpu1}% ${cpubar 4, 170}
${color1}Core1: ${color2}${cpu cpu2}% ${cpubar 4, 170}
${color1}RAM: ${alignr}${color2}$mem ${color1}/${color2} $memmax ${color1}-${color2} $memperc%   
${color1}SWAP: ${alignr}${color2} $swap ${color1}/${color2} $swapmax ${color1}-${color2} $swapperc%   
${color1}Core: ${alignr}${color0}${platform coretemp.0 temp 1}${color2}°C${color1} / ${color0}${platform it87.656 fan 1}${color2} об./мин.   
${color1}MB: ${alignr}${color0}${platform it87.656 temp 1}${color2}°C${color1} / ${color0}${platform it87.656 fan 3}${color2} об./мин.   
${color1}HDD0: ${color2}WD6400AAKS-00A7B0: ${color0}${alignr}${execi 20 /usr/sbin/hddtemp -nq /dev/disk/by-id/ata-WDC_WD6400AAKS-00A7B0_WD-WMASY2389970}${color2}°C   
${color1}HDD1: ${color2}WD6400AAKS-65A7B2: ${color0}${alignr}${execi 20 /usr/sbin/hddtemp -nq /dev/disk/by-id/ata-WDC_WD6400AAKS-65A7B2_WD-WCASYA430896}${color2}°C   
$color
${color1}Network: Down:$color ${downspeed eth1} ${color1} - Up:$color ${upspeed eth1}
$color
${color1}Processes:${color2} $processes  ${color1}Running:${color2} $running_processes
$color
${color1}Name       ${alignr} CPU%     MEM%   
${color0}${top name 1} ${alignr}  ${top cpu 1}   ${top mem 1}  
${color2}${top name 2} ${alignr}  ${top cpu 2}   ${top mem 2}  
${color2}${top name 3} ${alignr}  ${top cpu 3}   ${top mem 3}  
${color2}${top name 4} ${alignr}  ${top cpu 4}   ${top mem 4}  
${color2}${top name 5} ${alignr}  ${top cpu 5}   ${top mem 5}