summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Xdefaults4
-rw-r--r--conkyrc2
-rwxr-xr-xservices/cairo-compmgr/log/run3
-rwxr-xr-xservices/cairo-compmgr/run3
-rwxr-xr-xservices/minicpan_webserver/log/run3
-rwxr-xr-xservices/minicpan_webserver/run5
6 files changed, 3 insertions, 17 deletions
diff --git a/Xdefaults b/Xdefaults
index 177898b..e3f0fba 100644
--- a/Xdefaults
+++ b/Xdefaults
@@ -12,8 +12,8 @@ URxvt*scrollTtyOutput:false
URxvt*scrollTtyKeypress:true
URxvt*scrollBar_right:true
URxvt*scrollBar:false
-URxvt*font:6x12
-URxvt*boldFont:6x12
+URxvt*font:6x10
+URxvt*boldFont:6x10
URxvt*perl-ext-common:default,matcher,pwsafe<M-p>
URxvt*perl-lib:/home/doy/.urxvt/
URxvt*matcher.button:3
diff --git a/conkyrc b/conkyrc
index 43e65ad..6bbf455 100644
--- a/conkyrc
+++ b/conkyrc
@@ -32,7 +32,7 @@ TEXT
${color green}${nodename} - ${sysname} ${kernel} on ${machine}
${time %T %a %b %d}
${color white}CPU Usage:${color green} 1:${cpu cpu1}% (${freq_g 1}GHz) ${cpubar cpu1} ${color white}Uptime:${color green} ${uptime}
- ${color green} 2:${cpu cpu2}% (${freq_g 2}GHz) ${cpubar cpu2} ${color white}CPU Temp:${color green} ${ibm_temps 0}F
+ ${color green} 2:${cpu cpu2}% (${freq_g 2}GHz) ${cpubar cpu2} ${color white}CPU Temp:${color green} ${acpitemp}F
${color green} 3:${cpu cpu3}% (${freq_g 3}GHz) ${cpubar cpu3} ${color white}Battery:${color green} ${battery} (${battery_time}) ${battery_bar}
${color green} 4:${cpu cpu4}% (${freq_g 4}GHz) ${cpubar cpu4} ${color white}Fan Speed:${color green} ${ibm_fan}RPM
${color green}${hr}
diff --git a/services/cairo-compmgr/log/run b/services/cairo-compmgr/log/run
deleted file mode 100755
index eb2a7be..0000000
--- a/services/cairo-compmgr/log/run
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-multilog t * $HOME/.log/cairo-compmgr
diff --git a/services/cairo-compmgr/run b/services/cairo-compmgr/run
deleted file mode 100755
index 01f3dbc..0000000
--- a/services/cairo-compmgr/run
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-cairo-compmgr 2>&1
diff --git a/services/minicpan_webserver/log/run b/services/minicpan_webserver/log/run
deleted file mode 100755
index 27aa288..0000000
--- a/services/minicpan_webserver/log/run
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-multilog t * $HOME/.log/minicpan_webserver
diff --git a/services/minicpan_webserver/run b/services/minicpan_webserver/run
deleted file mode 100755
index 8e37b91..0000000
--- a/services/minicpan_webserver/run
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-cd $HOME
-source $HOME/.bashrc
-minicpan_webserver 2>&1