From bc9795c86a900b55c6184ae69fea20fec015a347 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 12 Jun 2014 22:15:15 +0200 Subject: Configuration changes caused by new laptop * I recently acquired a new laptop which I am currently setting up * Updated conky to display temperature and fan speed data of Thinkpad x220 * removed notification daemon from i3 autostart, added nm-applet * prevented "Template" directory from being created * changed urxvt terminal font --- conky/.conkyrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conky') diff --git a/conky/.conkyrc b/conky/.conkyrc index cd567f9..b052dfd 100644 --- a/conky/.conkyrc +++ b/conky/.conkyrc @@ -5,4 +5,4 @@ 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} +Host: $nodename | Kernel: $kernel | Root: ${fs_used_perc /}% | IP: ${addr} | CPU-Temp: ${acpitemp}°C | Fan: ${ibm_fan} rpm | RAM: ${memperc}% | CPU-Load: ${cpu cpu0}% | Battery: ${battery_percent} | ${time %d.%m.%y %H:%M} -- cgit v1.2.3