Вы находитесь на странице: 1из 3

# UBUNTU-CONKY. # Update interval in seconds update_interval 1.

0 # Create own window instead of using desktop (required in nautilus) own_window yes own_window_type override #try also 'normal' or 'desktop' own_window_transparent yes own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager # Use double buffering (reduces flicker, may not work for everyone) double_buffer yes text_buffer_size 6100 # large buffer needed max_specials 512 max_user_text 4000 # Minimum size of text area #minimum_size 250 5 #maximum_width 250 draw_shades no draw_outline no # amplifies text if yes draw_borders no draw_graph_borders no use_xft yes xftalpha 0.9 xftfont Candera:size=8 uppercase no override_utf8_locale yes use_spacer no stippled_borders 3 border_margin 9 border_width 10 # Gap between borders of screen and text gap_x 10 gap_y 10 # Default colors and also border colors, grey90 == #e5e5e5 default_color grey color1 orange # colours below used by colorize script color7 lightblue color8 yellow color9 red # Text alignment, other possible values are commented #alignment top_left alignment top_right #alignment bottom_left #alignment bottom_right # stuff after 'TEXT' will be formatted on screen

TEXT

${font Aerial:style=Bold:pixelsize=14}SYSTEM${font Snap.se:size=8} ${hr 1 } ${offset 5}${color }Distro${alignr}${color}${pre_exec cat /etc/issue.net}${font Snap.se:size=7} ${offset 5}${color }Gnome${alignr}${color}${pre_exec gnome-about --gnome-version head -n 1 awk '{print $2}'}${font Snap.se:size=7} ${offset 5}${color }Kernel${alignr}${color}$sysname $kernel${font Snap.se:size=7 } ${offset 5}${color }UpTime${alignr}${color}${uptime}${font Snap.se:size=7} ${font Aerial:style=Bold:pixelsize=14}CPU${font Snap.se:size=8} ${hr 1 } ${color lightgrey}${execi 1000 cat /proc/cpuinfo grep "model name" cut -c1436} ${color lightgrey}${tab 10}Freqency:${font Snap.se:size=7} ${color }${freq_g cpu 0}Ghz ${color lightgrey}${tab 10}Temperature: ${color #ddaa00}${acpitemp}C ${color } (${acpitempf}F) ${color lightgrey}${tab 10}Load: ${color #ddaa00}${cpu}%${alignr }${color }${cpu bar 6,100} ${color ${color ${color ${color lightgrey}${tab 10}Top CPU Processes: $alignr CPU% #ddaa00}${tab 40}${top name 1}$alignr${top cpu 1}${font Snap.se:size=7} }${tab 40}${top name 2}$alignr${top cpu 2}${font Snap.se:size=7} }${tab 40}${top name 3}$alignr${top cpu 3}${font Snap.se:size=7}

${font Aerial:style=Bold:pixelsize=14}MEMORY${font Snap.se:size=8}${hr 1 } ${color }${tab 10}Real: ${memmax} total / ${mem} in use${font Snap.se:size=7} ${color lightgrey}${tab 10}Used: ${color #ddaa00}${memperc}%${alignr}${color }${ membar 6,100}${font Snap.se:size=7} ${color }${tab 10}Swap: ${swapmax} total / ${swap} in use${font Snap.se:size=7} ${color lightgrey}${tab 10}Used: ${color #ddaa00}${swapperc}%${alignr}${color } ${swapbar 6,100}${font Snap.se:size=7}

${font Aerial:style=Bold:pixelsize=14}DISK${font Snap.se:size=8}${hr 1 } ${color lightgrey}${tab 10}Type: ${color #ddaa00}Ext4 ${font Snap.se:size=7} ${color lightgrey}${tab .se:size=7} ${color lightgrey}${tab ${color lightgrey}${tab {font Snap.se:size=7} ${color lightgrey}${tab 10}Root: ${alignr}${fs_free /} / ${fs_size /}${font Snap 10}${fs_bar 4 /} 10}Home: ${alignr}${fs_free /home/} / ${fs_size /home/}$ 10}${fs_bar 4 /home/}

${font Aerial:style=Bold:pixelsize=14}NETWORK ${font Snap.se:size=8} ${hr 1} Down ${downspeed wlan0} k/s ${alignr}Up ${upspeed wlan0} k/s${font Snap.se:size= 7} ${downspeedgraph wlan0 25,107 cccccc ffffff} ${alignr}${upspeedgraph wlan0 25,10

7 cccccc ffffff} Total ${totaldown wlan0} ${alignr}Total ${totalup wlan0}${font Snap.se:size=7}

Вам также может понравиться