
My conkyrc
Source (link to git-repo or to original if based on someone elses unmodified work):
let me know how you like it.
thanks. iplaythisgame
sorry, didn't dawn on me that i have it on my second monitor for coordinates, fixed.
Added $if_mounted for the volumes section
This conky has volumes set up for the mounts i have on my pc, edit the path and names to adjust to your own(or delete them). This section looks like this:
$if_mounted /home/iplaythisgame/stuff/disk0}${font arial black:size=9}DISK0:$font${goto 120}${fs_type /home/iplaythisgame/stuff/disk0}${goto 190}${fs_free_perc /home/iplaythisgame/stuff/disk0}%${alignr 1}${fs_size /home/iplaythisgame/stuff/disk0}
${fs_bar 4 /home/iplaythisgame/stuff/disk0}$color $endif
I also have a dual core CPU, for single cores remove this section:
${font arial black:size=9}CORE 1: $font${cpu cpu1}% $alignr ${font arial black:size=9}CORE 2: $font${cpu cpu2}%
${cpugraph cpu1 25,140 303030 C0C0C0} $alignr${cpugraph cpu2 25,140 303030 C0C0C0}
Ratings & Comments
4 Comments
Hi there, nice work but i get the kernel and uptime on the other side of the screen, how can i fix this ? http://www.play-files.net/images/1307346255-Screenshot.png
Great work, iplaythisgame. Use it for a long time. I vote good.
cygoku@GAYSTATIONX:~$ conky --config=$HOME/.conkyrc Conky: /home/cygoku/.conkyrc: 15: config file error Conky: use_spacer should have an argument of left, right, or none. 'yes' seems to be some form of 'true', so defaulting to right. Conky: statfs '/home/iplaythisgame/stuff/disk0': No such file or directory Conky: statfs '/home/iplaythisgame/stuff/disk1': No such file or directory Conky: statfs '/home/iplaythisgame/stuff/disk2': No such file or directory Conky: desktop window (12000b7) is subwindow of root window (87) Conky: window type - normal Conky: drawing to created window (3200001) Conky: drawing to double buffer Conky: statfs '/home/iplaythisgame/stuff/disk2': No such file or directory Conky: statfs '/home/iplaythisgame/stuff/disk1': No such file or directory Conky: statfs '/home/iplaythisgame/stuff/disk0': No such file or directory Conky: attempting to use more CPUs then you have!
/home/iplaythisgame/stuff/disk0 is the mount point i have set for one of my network share drives. you can change this path to monitor any directory you have a volume(nfs,smb,usb,interal hard drive) mounted. I have 3 mounted drives in this conky, you can edit or delete them entirely.