Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # -- Conky settings -- #
- update_interval 0.5
- cpu_avg_samples 1
- net_avg_samples 2
- override_utf8_locale true
- double_buffer true
- no_buffers true
- text_buffer_size 2048
- imlib_cache_size 0
- out_to_x true
- short_units true
- temperature_unit celsius
- # -- Window specifications -- #
- #own_window_class Conky
- own_window true
- own_window_colour 000000
- own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
- own_window_argb_visual yes
- #own_window_argb_value 70
- own_window_type override
- own_window_transparent yes
- border_inner_margin 0
- border_outer_margin 0
- maximum_width 125
- minimum_size 125 660
- alignment tr
- gap_x 0
- gap_y 43
- # -- Graphics settings -- #
- draw_shades false
- draw_outline false
- draw_borders false
- draw_graph_borders false
- default_shade_color black
- default_outline_color 403F44
- stippled_borders 0
- color0 B7FF00
- # -- Text settings -- #
- use_xft true
- font Ubuntu:style=Regular:size=8
- uppercase no
- default_color FFFFFF
- # -- Lua Scripts -- #
- lua_load ~/.conky/rings2.lua
- lua_draw_hook_pre draw_widgets
- TEXT
- ${voffset 27}${goto 16}${time %d-%a}
- ${goto 16}${time %b / %Y}
- ${voffset -26}${goto 92}${execi 300 python ~/.scripts/gmail.py}
- ${voffset 30}${goto 20}${color0}Uptime: ${color}${uptime_short}
- ${goto 20}${color0}Debian Squeezy
- ${voffset 35}${goto 51}${mem}
- ${goto 61}of
- ${goto 51}${memmax}
- ${voffset 32}${goto 51}${swap}
- ${goto 61}of
- ${goto 51}${swapmax}
- ${voffset 140}${goto 51}${fs_used /}
- ${goto 61}of
- ${goto 51}${fs_size /}
- ${voffset 32}${goto 51}${fs_used /home}
- ${goto 61}of
- ${goto 51}${fs_size /home}
- ${voffset 39}${goto 50}${color0}Upload:
- ${goto 50}${color}${upspeedgraph eth0}
- ${goto 50}${color0}Download:
- ${goto 50}${color}${downspeedgraph eth0}
Advertisement
Add Comment
Please, Sign In to add comment