Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #==============================================================================
- # conkyrc_grey
- #
- # author : SLK
- # version : v2011011601
- # license : Distributed under the terms of GNU GPL version 2 or later
- #
- #==============================================================================
- background yes
- update_interval 0.5
- cpu_avg_samples 2
- net_avg_samples 2
- temperature_unit celsius
- double_buffer yes
- no_buffers yes
- text_buffer_size 2048
- gap_x 10
- gap_y 30
- minimum_size 190 450
- maximum_width 190
- own_window yes
- own_window_type normal
- own_window_transparent yes
- own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
- own_window_argb_visual yes
- border_inner_margin 0
- border_outer_margin 0
- alignment tr
- draw_shades no
- draw_outline no
- draw_borders no
- draw_graph_borders no
- override_utf8_locale yes
- use_xft yes
- xftfont caviar dreams:size=8
- xftalpha 0.5
- uppercase no
- default_color FFFFFF
- color1 DDDDDD
- color2 AAAAAA
- color3 888888
- color4 666666
- lua_load ~/.lua/conky_grey.lua
- lua_draw_hook_post main
- TEXT
- ${voffset 35}
- ${goto 95}${color4}${font ubuntu:size=22}${time %e}${color1}${offset -50}${font ubuntu:size=10}${time %A}
- ${goto 85}${color2}${voffset -2}${font ubuntu:size=9}${time %b}${voffset -2} ${color3}${font ubuntu:size=12}${time %Y}${font}
- ${voffset 80}
- ${goto 90}${font Ubuntu:size=7,weight:bold}${color}CPU
- ${goto 90}${font Ubuntu:size=7,weight:normal}${color1}${top name 1}${alignr}${top cpu 1}%
- ${goto 90}${font Ubuntu:size=7,weight:normal}${color2}${top name 2}${alignr}${top cpu 2}%
- ${goto 90}${font Ubuntu:size=7,weight:normal}${color3}${top name 3}${alignr}${top cpu 3}%
- ${goto 90}${cpugraph 10,100 666666 666666}
- ${goto 90}${voffset -10}${font Ubuntu:size=7,weight:normal}${color}${threads} process
- ${voffset 20}
- ${goto 90}${font Ubuntu:size=7,weight:bold}${color}MEM
- ${goto 90}${font Ubuntu:size=7,weight:normal}${color1}${top_mem name 1}${alignr}${top_mem mem 1}%
- ${goto 90}${font Ubuntu:size=7,weight:normal}${color2}${top_mem name 2}${alignr}${top_mem mem 2}%
- ${goto 90}${font Ubuntu:size=7,weight:normal}${color3}${top_mem name 3}${alignr}${top_mem mem 3}%
- ${voffset 27}
- ${goto 90}${font Ubuntu:size=7,weight:bold}${color}DISKS
- ${goto 90}${diskiograph 30,100 666666 666666}${voffset -30}
- ${goto 90}${font Ubuntu:size=7,weight:normal}${color}used: ${fs_used /home} /home
- ${goto 90}${font Ubuntu:size=7,weight:normal}${color}used: ${fs_free /} /
- ${goto 50}${font Ubuntu:size=10,weight:bold}NET${alignr}${color2}${font Ubuntu:size=7,weight:bold}${color1}${if_up eth0}
- ${goto 50}Upload: ${alignr}${upspeed eth0}$color
- ${voffset -15}${goto 50}${upspeedgraph eth0 666666 666666}
- ${goto 50}Download: ${alignr}${downspeed eth0}$color
- ${voffset -15}${goto 50}${color3}${downspeedgraph eth0 666666 666666}
Advertisement
Add Comment
Please, Sign In to add comment