diff options
author | Adrian Kummerländer | 2014-01-29 17:32:02 +0100 |
---|---|---|
committer | Adrian Kummerländer | 2014-01-29 17:32:02 +0100 |
commit | a75c4fb7155dbdbec32725c94c596c81752e0011 (patch) | |
tree | 39756904ba8ca8779551f21c6b9e07757e48777c /conky/.conkyrc | |
download | dotfiles-a75c4fb7155dbdbec32725c94c596c81752e0011.tar dotfiles-a75c4fb7155dbdbec32725c94c596c81752e0011.tar.gz dotfiles-a75c4fb7155dbdbec32725c94c596c81752e0011.tar.bz2 dotfiles-a75c4fb7155dbdbec32725c94c596c81752e0011.tar.lz dotfiles-a75c4fb7155dbdbec32725c94c596c81752e0011.tar.xz dotfiles-a75c4fb7155dbdbec32725c94c596c81752e0011.tar.zst dotfiles-a75c4fb7155dbdbec32725c94c596c81752e0011.zip |
Initial commit of my current dotfiles
Diffstat (limited to 'conky/.conkyrc')
-rw-r--r-- | conky/.conkyrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conky/.conkyrc b/conky/.conkyrc new file mode 100644 index 0000000..cd567f9 --- /dev/null +++ b/conky/.conkyrc @@ -0,0 +1,8 @@ +out_to_x no +out_to_console yes +total_run_times 0 + +update_interval 5 + +TEXT +Host: $nodename | Kernel: $kernel | Root: ${fs_used_perc /}% | IP: ${addr eth0} | CPU-Temp: ${ibm_temps 0}°C | GPU-Temp: ${ibm_temps 3}°C | Fan: ${ibm_fan} rpm | RAM: ${memperc}% | CPU-Load: ${cpu cpu0}% | Battery: ${battery_percent} | ${time %d.%m.%y %H:%M} |