From f4c83a54b8167c28f9f71605c485df96b91cf3e3 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 11 Apr 2013 20:16:49 -0500 Subject: more cleanups --- Xdefaults | 4 ++-- conkyrc | 2 +- services/cairo-compmgr/log/run | 3 --- services/cairo-compmgr/run | 3 --- services/minicpan_webserver/log/run | 3 --- services/minicpan_webserver/run | 5 ----- 6 files changed, 3 insertions(+), 17 deletions(-) delete mode 100755 services/cairo-compmgr/log/run delete mode 100755 services/cairo-compmgr/run delete mode 100755 services/minicpan_webserver/log/run delete mode 100755 services/minicpan_webserver/run 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 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 -- cgit v1.2.3-54-g00ecf