diff options
author | Stefan Ritter <xeno@thehappy.de> | 2010-05-17 14:08:34 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2010-05-17 14:08:34 +0200 |
commit | 969e189c5b265643a2a965904e72e071918fa579 (patch) | |
tree | b5f81826a1eccc08c569e9df78d5af9477a055c3 /wmii-3.5/wmiirc | |
parent | b80b6d34d8ac3027e0639983353df586f3cb914b (diff) |
Several wmii changes
Diffstat (limited to 'wmii-3.5/wmiirc')
-rwxr-xr-x | wmii-3.5/wmiirc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wmii-3.5/wmiirc b/wmii-3.5/wmiirc index 2fd5136..13dd962 100755 --- a/wmii-3.5/wmiirc +++ b/wmii-3.5/wmiirc @@ -22,7 +22,7 @@ WMII_LOCK="xscreensaver-command -lock" # Column Rules wmiir write /colrules <<! -/.*/ -> 50+50 +/.*/ -> 55+45 ! # Tagging Rules @@ -36,7 +36,7 @@ wmiir write /tagrules <<! # Status Bar Info status() { - echo -n $(acpi | awk '{print $4}' | sed 's/,//') '|' $(ip r | head -n 1 | awk '{print $9}') '|' $(uptime | sed 's/.*://; s/,//g') '|' $(date) + echo -n $(acpi | awk '{print $4}' | sed 's/,//') '|' $(ip r | head -n 1 | awk '{print $9}') '|' $(date) } # Event processing |