Last active
August 29, 2015 14:02
-
-
Save dinnouti/dbc4b29e1f10b7f902b7 to your computer and use it in GitHub Desktop.
conky file for linux mint
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alignment top_right | |
background no | |
border_width 1 | |
cpu_avg_samples 2 | |
default_color cornflowerblue | |
default_outline_color white | |
default_shade_color white | |
draw_borders no | |
draw_graph_borders yes | |
draw_outline no | |
draw_shades no | |
use_xft yes | |
xftfont DejaVu Sans Mono:size=10 | |
gap_x 10 | |
gap_y 10 | |
minimum_size 5 5 | |
net_avg_samples 2 | |
no_buffers yes | |
out_to_console no | |
out_to_stderr no | |
extra_newline no | |
own_window yes | |
own_window_class Conky | |
own_window_type desktop | |
stippled_borders 0 | |
update_interval 1.0 | |
uppercase no | |
use_spacer none | |
show_graph_scale no | |
show_graph_range no | |
double_buffer yes | |
TEXT | |
${color white}${time %A, %d %B %G}${alignr}$alignr${time %Z }${time %H:%M:%S} | |
${color grey}Uptime:$color $uptime | |
${color grey}Kernel: ${color }$sysname $kernel | |
${color grey}Battery:$color ${battery} ($battery_percent%) $battery_short $battery_time | |
${color grey}CPU Usage:$color $cpu% $alignr${color grey}CPU Temp: ${color}$i8k_cpu_temp C | |
${color grey}Frequency:$color $freq_g GHz $alignr${color grey}Fan: $color$i8k_right_fan_status ($i8k_right_fan_rpm) | |
${color}${cpubar} | |
${color}${loadgraph 20} | |
${color grey}RAM Usage:$color $mem/$memmax ($memperc%) | |
${membar 4} | |
${color grey}Swap Usage:$color $swap/$swapmax ($swapperc%) | |
${swapbar 4} | |
${color grey}File systems: $color${fs_used /}/${fs_size /} (${fs_free_perc /}%) | |
${fs_bar 6 /} | |
${diskiograph 20} | |
## Network | |
${color grey}Network | |
${color grey}Nameserver: ${color}${nameserver} | |
${color grey}Hostname: $color$nodename | |
${color grey}External IP: $color${execi 3600 wget http://ipecho.net/plain -O - -q ; echo} | |
${color grey}eth0: $color${addr eth0} | |
${color grey}Up:$color ${upspeed eth0} $alignr${color grey}Down:$color ${downspeed eth0} | |
${downspeedgraph eth0 20,130} $alignr${upspeedgraph eth0 20,130} | |
${color grey}wlan0: $color${addr wlan0} | |
${color grey}AP: $color${wireless_essid wlan0} (${wireless_link_qual_perc wlan0}%)$alignr${color grey}Bitrate: $color${wireless_bitrate wlan0} | |
${color grey}Up:$color ${upspeed wlan0} $alignr${color grey} Down:$color ${downspeed wlan0} | |
${downspeedgraph wlan0 20,130} $alignr${upspeedgraph wlan0 20,130} | |
${color grey}Processes:$color $processes $alignr${color grey}Running:$color $running_processes | |
${color grey}Process PID CPU% MEM% | |
${color lightgrey} ${top name 1} ${color}${top pid 1} ${top cpu 1} ${top mem 1} | |
${color lightgrey} ${top name 2} ${color}${top pid 2} ${top cpu 2} ${top mem 2} | |
${color lightgrey} ${top name 3} ${color}${top pid 3} ${top cpu 3} ${top mem 3} | |
${color lightgrey} ${top name 4} ${color}${top pid 4} ${top cpu 4} ${top mem 4} | |
${color lightgrey} ${top name 5} ${color}${top pid 5} ${top cpu 5} ${top mem 5} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment