123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- -- Writed by DIEGOHV (diegoh.vanni@gmail.com)
- -- Modified by Slackjeff (lrcjefferson@gmail.com)
- conky.config = {
- background = true, --Set to yes if you want Conky to be forked in the background
- use_xft = true, --Use Xft?
- -- xftfont Bitstream Vera Monospace Mono:size=9, --Xft font when Xft is enabled
- -- xftfont Bitstream Monospace:size=9, --Xft font when Xft is enabled
- xftalpha = 1.0, --Text alpha when using Xft
- update_interval = 1.0, --Update interval in seconds
- total_run_times = 0, --This is the number of times Conky will update before quitting (0 = infinite)
- own_window = true, --Create own Window?
- own_window_type = 'normal', --Use "normal" to create own window instead of using desktop (required in nautilus)
- own_window_transparent = true, --Own Window transparent?
- own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', --Own Window configuration
- double_buffer = true, --Use double buffering (reduces flicker, may not work for everyone)
- minimum_size = 300, --Minimum size of text area
- maximum_width = 300, --Minimum width of text area
- draw_shades = false, --Draw shades?
- draw_outline = false, --Draw outlines?
- draw_borders = false, --Draw borders around text
- draw_graph_borders = true, --Draw borders around graphs
- -- stippled_borders = 8, --Stippled borders?
- -- border_margin = 4, --Border margins
- border_width = 1, --Border width
- default_color = 'white', --Default colors
- default_shade_color = 'black', --Default shade colors
- default_outline_color ='white', --Default outline colors
- -- font = 'DejaVu Sans Mono:size=9', --Conky Text Font
- alignment = 'top_right', --Text alignment
- gap_x = 10, --X gap between border of screen and text (same thing as passing -x at command line)
- gap_y = 25, --Y gap between border of screen and text (same thing as passing -y at command line)
- no_buffers = true, --Subtract file system buffers from used memory?
- uppercase = false, --Set to True if you want all text to be in uppercase
- cpu_avg_samples = 2, --Number of cpu samples to average. (set to 1 to disable averaging)
- net_avg_samples = 2, --Number of net samples to average. (set to 1 to disable averaging)
- override_utf8_locale = true, --Force UTF8? (Note that UTF8 support requires XFT)
- use_spacer = 'right', --Add spaces to keep things from moving about? This only affects certain objects.
- text_buffer_size = 2048 --Text buffer size
- }
- conky.text = [[ #STUFF AFTER THIS POINT WILL BE FORMATTED ON SCREEN!
- # CLOCK
- ${alignc}${color green}${font Monospace:style=Bold:pixelsize=35}${time %H:%M:%S}${font}${color}
- ${alignr}${font Monospace:style=Bold:pixelsize=10}${time %A}, ${time %e} de ${time %B} de ${time %G}${font}
- # SYSTEM DETAILS:
- ${color}${font Monospace:style=Bold:pixelsize=18}SYSTEM DETAILS ${hr 1 }
- ${font Monospace:size=7}
- HOST NAME: ${alignr}$nodename
- OS: ${alignr}Debian 8.6 (Jessie) - MATE
- KERNEL: $alignr$sysname $kernel ($machine)
- #! Deb-pkg: ${alignr}${color green}${execi 28800 ~/.scripts/debupdates.sh}${color}
- UPTIME: $alignr$uptime
- RUNNING PROCESSES: ${alignr}$processes (${color green}$running_processes Executing${color})
- ${color}${font Monospace:style=Bold:pixelsize=12}CPU USAGE:
- ${font Monospace:style=Bold:pixelsize=8}
- CORE I: CORE II:${font Monospace:size=7}
- ${freq}MHz / ${acpitemp}°C (${cpu cpu1}%) ${freq}MHz / ${acpitemp}°C (${cpu cpu2}%)
- ${color green}${cpubar 5,120 cpu1} ${color green}${cpubar 5,120 cpu2}
- ${color}1st ${color green}${top name 1}${top cpu 1}%${alignr} ${color}1st ${color green}${top name 2}${top cpu 2}%
- ${color}${font Monospace:style=Bold:pixelsize=12}MEMORY USAGE:
- ${font Monospace:size=7}
- $mem / $memmax ($memperc%)
- ${color green}${membar 5,120}
- ${color}1st ${color green}${top_mem name 1}${top_mem mem 1}% ${alignr}${color}6th ${color green}${top_mem name 6}${top_mem mem 6}%
- ${color}2nd ${color green}${top_mem name 2}${top_mem mem 2}% ${alignr}${color}7th ${color green}${top_mem name 7}${top_mem mem 7}%
- ${color}3rd ${color green}${top_mem name 3}${top_mem mem 3}% ${alignr}${color}8th ${color green}${top_mem name 8}${top_mem mem 8}%
- ${color}4th ${color green}${top_mem name 4}${top_mem mem 4}% ${alignr}${color}9th ${color green}${top_mem name 9}${top_mem mem 9}%
- ${color}5th ${color green}${top_mem name 5}${top_mem mem 5}% ${alignr}${color}10th ${color green}${top_mem name 10}${top_mem mem 10}%
- ${color}${font Monospace:style=Bold:pixelsize=18}SSD USAGE ${hr 1 }
- ${color}${font Monospace:style=Bold:pixelsize=12}ROOT:${font Monospace:size=7} ${alignr}${fs_used /}/${fs_size /} (${fs_used_perc /}%)
- ${alignr}${color green}${color green}${fs_bar 5,120 /}
- ${color}${font Monospace:style=Bold:pixelsize=18}INTERNET ${hr 1 }
- ${font Monospace:style=Bold:pixelsize=12}${color}WIRELESS:${font Monospace:size=7}
- ${color}SSID: ${alignr} $color${wireless_essid wlan0}
- ${color}SIGNAL STRENGTH: ${alignr} ${color green}${wireless_link_qual wlan0}%
- ${color}WLAN IP: ${alignr} $color${addr wlan0}
- ${color}MAC: ${alignr} $color${wireless_ap wlan0}
- ${color}${font Monospace:style=Bold:pixelsize=12}DOWN SPEED:${font Monospace:size=7} ${alignr} ${color green}${downspeed wlan0} kb/s
- ${color}TOTAL DOWN ${alignr}${totaldown wlan0}
- ${color}${font Monospace:style=Bold:pixelsize=12}UP SPEED:${font Monospace:size=7} ${alignr} ${color green}${upspeed wlan0} kb/s
- ${color}TOTAL UP ${alignr}${totalup wlan0}
- ]]
|