Conky is a system monitor which can offer you a great desktop eye-candy if you're using linux (whatever distro)
You can install it by simply typing down:
or if you're using a rpm based distro
After it's done go to ~/.conkyrc (or create one if it doesnt exist (probably it will not)) and paste your desired conkyrc into your blank conkyrc with your favorite text editor. Small note: since it's .conkyrc that means the file is hidden, so you must set your file manager to show hidden items.
Moving on we must realize that conkyrc can be minimalistic, showing just cpu,ram,battery usage and download/upload speeds or be featurefull and even include weather forecast etc.
If you want a minimalistic conky google search: "minimalistic conky 1 line" or "conky weather forecast" if you want something more.
I will paste my own conkyrc file which is in between minimalism and featurefull. Keep in mind my CPU has only 2 cores, so if you have a quad core or octacore... locate the sensors | grep section and add 2 more lines same as the previous ones but these lines should grep the core 2 and core 3 (first core is always core 0).
Hope you find this helpful
You can install it by simply typing down:
sudo apt-get install conky
or if you're using a rpm based distro
sudo yum install conky
After it's done go to ~/.conkyrc (or create one if it doesnt exist (probably it will not)) and paste your desired conkyrc into your blank conkyrc with your favorite text editor. Small note: since it's .conkyrc that means the file is hidden, so you must set your file manager to show hidden items.
Moving on we must realize that conkyrc can be minimalistic, showing just cpu,ram,battery usage and download/upload speeds or be featurefull and even include weather forecast etc.
If you want a minimalistic conky google search: "minimalistic conky 1 line" or "conky weather forecast" if you want something more.
I will paste my own conkyrc file which is in between minimalism and featurefull. Keep in mind my CPU has only 2 cores, so if you have a quad core or octacore... locate the sensors | grep section and add 2 more lines same as the previous ones but these lines should grep the core 2 and core 3 (first core is always core 0).
This setup is shown by the article image.background yesuse_xft yesxftalpha 0.6own_window trueown_window_type normalown_window_argb_visual false #edited for openbox (original: true)own_window_hints undecorated,below,sticky,skip_taskbar,skip_pagerown_window_transparent yesown_window_class Conky# 0 = transparent, 255 = solidown_window_argb_value 100double_buffer yesupdate_interval 1maximum_width 200alignment middle_rightgap_x 10gap_y 0no_buffers yesuppercase nocpu_avg_samples 5net_avg_samples 5diskio_avg_samples 5if_up_strictness addressdraw_shades nodraw_outline nodraw_borders nodraw_graph_borders nodefault_color lightbluedefault_shade_color purpledefault_outline_color greenshort_units trueuse_spacer nonexftfont DejaVu Sans Mono:size=9template0 ${font Open Sans:Bold:size=10}${color dodgerblue3}\1 ${hr 2}$color${font}${voffset 1}template1 \1 ${alignr\ 80}${fs_bar\ \1}template2 ${\1 name \2}${alignr}${\1 \3 \2} %template3 ${if_up \1}${template0 \2}\ndown $alignr ${downspeed \1}/s\nup $alignr ${upspeed \1}/s\ntotal down$alignr${totaldown \1}\ntotal up $alignr${totalup \1}$endif#${execi 30 sudo hddtemp /dev/sda | grep '/dev/sda:' | cut -c28-29}°CTEXT$color${font}${font Open Sans:size=27}$alignr${time %H:%M}$font$color${font Open Sans:size=15}$alignr${time %a}, ${time %d %b %Y}$font$color# SYS${template0 SYSTEM}Kernel $alignr $kernelUptime $alignr $uptimeTemprature $alignr ${acpitemp}°C# CPU${template0 CPU}$color${font}Usage $alignr $cpu %$color${font}Temp Core1: $alignr ${execi 1 sensors | grep "Core 0:" | cut -d+ -f2 | cut -c1-7}$color${font}Temp Core2: $alignr ${execi 1 sensors | grep "Core 1:" | cut -d+ -f2 | cut -c1-7}${cpugraph}# RAM${template0 RAM}In use $alignr $memUsed$alignr$memeasyfreeBuffers $alignr $buffersCache $alignr $cached# NETWORK${template3 eth0 ETH0}${template3 wlan0 WLAN0}# TOP${template0 TOP}$color${font Open Sans:bold:size=8}CPU$font${template2 top 1 cpu}${template2 top 2 cpu}${template2 top 3 cpu}${voffset 5}$color${font Open Sans:bold:size=8}RAM$font${template2 top_mem 1 mem}${template2 top_mem 2 mem}${template2 top_mem 3 mem}# HDD${template0 HDD}${template1 /}${template1 /boot}${template1 /var}${template1 /usr}${template1 /home}$color${font Open Sans:bold:size=8}/dev/sda $font$alignr ${hddtemp /dev/sda}°C${diskiograph sda}
Hope you find this helpful
Δεν υπάρχουν σχόλια:
Δημοσίευση σχολίου