
Geek Conky - GNOME
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Just rename:
to conky.conf and copy to /etc/conky
or
to conkyrc and copy to ~/
Temp Code:
nano .scripts/temp.sh
#!/bin/bash
hddtemp /dev/sda | cut -d: -f 3
IP Code:
nano .scripts/ip.sh
#!/bin/bash
wget http://ipecho.net/plain -O - -q
Please login or register to add a comment or rating