# Conky, a system monitor, based on torsmo
# Any original torsmo code is licensed under the BSD license
# All code written since the fork of torsmo is licensed under the GPL
# Please see COPYING for details
# Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
# Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
# All rights reserved.
#
#
#
# Classic Conky v 1.1
# essential conky that shows you date&time, system information about # your cpu, ram and disks. It shows also your battery status (only # for laptop)
#
# totally free and open source software
# this part is about the position of your conky
alignment top_right
background no
border_width 0
cpu_avg_samples 2
default_color black
default_outline_color brown
default_shade_color brown
double_buffer yes
draw_borders yes
draw_graph_borders yes
draw_outline yes
draw_shades yes
use_xft yes
xftfont terminus:size=9
gap_x 10
gap_y 50
minimum_size 200 100
net_avg_samples 2
no_buffers yes
out_to_console no
out_to_stderr no
extra_newline yes
own_window yes
own_window_class Conky
own_window_transparent yes
own_window_type override
stippled_borders 0
update_interval 1.0
uppercase no
use_spacer none
show_graph_scale no
show_graph_range no
# all the following part 'till the end is about the features of the conky
TEXT
${font Ubuntu:style=bold:size=10}${time %H:%M}${font}
${font Ubuntu: size=10}${time %A %e %B %Y}
${font Ubuntu:style=bold:size=10}Operative System $hr
${font Ubuntu:size=9}$sysname $kernel $alignr $machine
Host: $alignr $nodename
Uptime: $alignr $uptime
#
# THE BATTERY STATUS IS NOT CORRECT or IT DOESN'T WORK AT ALL???
# Write the following line in your terminal emulator
#
# $ ls /proc/acpi/battery
#
# In my laptop, the answer is
#
# $ BAT0
#
# If you obtain another answer, replace every BAT0 in the following lines with the correct word (for example, BAT1, BAT1 ecc...)
# Close conky and open it again. the Battery Bar should show the correct status
#
${font Ubuntu:style=bold:size=10}Battery Status $hr
${font Ubuntu:size=9} ${battery BAT0} $alignr
${battery_bar BAT0}
#
# End of the part involving the battery.
# If your machine isn't a laptop, you can delete this three lines
${font Ubuntu:style=bold:size=10}Processors $hr
${font Ubuntu:size=9}CPU1: ${cpu cpu1}% ${cpubar cpu1}
CPU2: ${cpu cpu2}% ${cpubar cpu2}
Temperature: $alignr ${acpitemp}C
${font Ubuntu:style=bold:size=10}Memory&Disks $hr
${font}ROOT $alignc ${fs_used /} / ${fs_size /} $alignr ${fs_used_perc /}%
${fs_bar /}
HOME $alignc ${fs_used /home} / ${fs_size /home} $alignr ${fs_used_perc /home}%
${fs_bar /home}
RAM $alignc $mem / $memmax $alignr $memperc%
${membar}
SWAP $alignc $swap / $swapmax $alignr $swapperc%
$swapbar
#
# the following final lines explain wich are the most expensive precesses in your pc actually
#if you aren't interested in, delete all the following lines
${font Ubuntu:style=bold:size=10}Top CPU processes $hr
${font Ubuntu:size=9}${top name 1}$alignr${top cpu 1}%
${top name 2}$alignr${top cpu 2}%
${top name 3}$alignr${top cpu 3}%
${top name 4}$alignr${top cpu 4}%
${top name 5}$alignr${top cpu 5}%
${top name 6}$alignr${top cpu 6}%
${font Ubuntu:style=bold:size=10}Top RAM processes $hr
${font Ubuntu:size=9}${top_mem name 1}$alignr${top_mem mem 1}%
${top_mem name 2}$alignr${top_mem mem 2}%
${top_mem name 3}$alignr${top_mem mem 3}%
${top_mem name 4}$alignr${top_mem mem 4}%
${top_mem name 5}$alignr${top_mem mem 5}%
${top_mem name 6}$alignr${top_mem mem 6}%
${font Ubuntu:style=bold:size=10}${font} ${voffset -10} Network»
${goto 35}Download: ${downspeed p32p1}
${goto 35}Upload: ${upspeed p32p1}
${goto 35}Total Download: ${totaldown p32p1}
${font Ubuntu:style=bold:size=10}${font} ${voffset -10} Wireless»
${goto 35}ESSID: ${wireless_essid wlan0}
${goto 35}Mode: ${wireless_mode wlan0}
${goto 35}Signal: ${wireless_link_qual_perc wlan0}
${goto 35}Download: ${downspeed wlan0}
${goto 35}Upload: ${upspeed wlan0}
${goto 35}Total Download: ${totaldown wlan0}
${image ~/.conky/dark_pixel_conky_by_blitz_bomb-d4lqsx6/Vertical-Dark-Pixel/images/tascompiz.png -s 200x100 -p 0,60}