I’ve had a look around and come up with this…
[spoiler]# 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.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
alignment top_right
background no
border_width 1
cpu_avg_samples 2
default_color yellow
default_outline_color white
default_shade_color white
draw_borders yes
draw_graph_borders yes
draw_outline no
draw_shades no
use_xft yes
xftfont DejaVu Sans Mono:size=12
xftfont Ubuntu:size=10
gap_x 15
gap_y 40
minimum_size 5 0
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
own_window_transparent no
TEXT
${font Ubuntu:size=8}${alignc}$nodename - $sysname $kernel
$hr
${font Ubuntu:size=10}${font Ubuntu:size=20}${color green}${alignc}${Time %a %d-%b-%Y}
${font Ubuntu:size=40}${alignc}${time %H:%M:%S}${font Ubuntu:size=10}
${color green}${font Ubuntu:size=16}SYSTEM$hr
${font Ubuntu:size=10}${color green}RAM :$color $mem/$memmax - $memperc%
${membar 6,300}
${color green}Swap :$color$swap/$swapmax - $swapperc%
${swapbar 6,300}
${color yellow}CPU ${color green}Frequency GHz:$color $freq_g ${alignr} ${color green}Uptime:$color $uptime${color green}
${color}Core 1 :$color${alignr}${cpu cpu1}% ${color}${cpubar 6,200 cpu1}
${color}Core 2 :$color${alignr}${cpu cpu2}% ${color}${cpubar 6,200 cpu2}
${cpugraph 25,300,ffff00 ffff00}
${color green}GPU TEMP ${execi 60 nvidia-settings -t -q GPUCoreTemp} C
${color green}Processes:$color$processes${alignc}${color green}Running:$color$running_processes
${color green}NAME${alignr}PID CPU MEM
${color red}${font Ubuntu:size=9}${top name 1}${alignr}${color red}${top pid 1} ${alignr}${top cpu 1} ${alignr}${top mem 1}${font Ubuntu:size=9}
${color green}${top name 3}${alignr}${color yellow}${alignr}${top pid 3} ${alignr}${top cpu 3} ${alignr}${top mem 3}
${color green}${top name 3}${alignr}${color yellow}${alignr}${top pid 3} ${alignr}${top cpu 3} ${alignr}${top mem 3}
${color green}${top name 4}${alignr}${color yellow}${alignr}${top pid 4} ${alignr}${top cpu 4} ${alignr}${top mem 4}
${color green}${top name 5}${alignr}${color yellow}${alignr}${top pid 5} ${alignr}${top cpu 5} ${alignr}${top mem 5}
${font Ubuntu:size=16}${color green}STORAGE$hr
${font Ubuntu:size=10}${color green}root:${alignc}$color${fs_used /root}/${fs_size /root}
${fs_bar 6,300 /root}
${color green}Drive1:${alignc}$color${fs_used /media/Drive1}/${fs_size /media/Drive1}
${fs_bar 6,300 /media/Drive1}
${color green}Drive2:${alignc}$color${fs_used /media/Drive2}/${fs_size /media/Drive2}
${fs_bar 6,300 /media/Drive2}
${color green}Drive3:${alignc}$color${fs_used /media/Drive3}/${fs_size /media/Drive3}
${fs_bar 6,300 /media/Drive3}
${font Ubuntu:size=16}${color green}NETWORKING$hr
${font Ubuntu:size=10}Up:$color ${upspeed eth0} ${color green}
${color red}${upspeedgraph eth0 25,300 ff0000 ff0000 180}
${color green}Down:$color ${downspeed eth0}
${downspeedgraph eth0 25,300 00ff00 00ff00 25}
$hr[/spoiler]
I want to add weather info to it but can’t figure out how. I also want to add temp sensors to it. I have added a GPU sensor (it worked by chance) and I’m unsure it’s correct as the temp it comes up with is really high compared to what I’ve seen it at before… 20 lower.
Another problem I’m having is the width, I want to make it smaller but again, I’m having difficulties figuring out how to do it.
Something weird happening is, whenever I click on the desktop, Conky vanishes.