
Conky Orange Kndrs
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 ~/
"gpu.sh" code:
#!/bin/bash
GPU_temp="$(DISPLAY=":0.0" nvidia-settings -q gpucoretemp | sed '/Attribute/!d;{s/.*): //;s/.//}' 2>/dev/null)"
echo $GPU_temp
"ip.sh" code:
#!/bin/bash
wget http://checkip.dyndns.org/ -q -O - |
grep -Eo '
sandrosfc
11 years ago
Report