aboutsummaryrefslogtreecommitdiff
path: root/bin/status
diff options
context:
space:
mode:
Diffstat (limited to 'bin/status')
-rwxr-xr-xbin/status5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/status b/bin/status
index 9dfce79..f06f7fb 100755
--- a/bin/status
+++ b/bin/status
@@ -1,6 +1,5 @@
#!/bin/bash
-# 1: last minute
cpu() {
CPULOAD=$(cut -d " " -f 1 /proc/loadavg)
printf " (%s%%)" "$CPULOAD"
@@ -70,8 +69,8 @@ ipaddr() {
}
dostatus() {
- xsetroot -name "$VOL│$MEM│$IP│$CPU│$NML│$WTR│$TIM"
- # xsetroot -name "$VOL│$BAT│$MEM│$IP│$CPU│$NML│$WTR│$TIM"
+ # xsetroot -name "$VOL│$MEM│$IP│$CPU│$NML│$WTR│$TIM"
+ xsetroot -name "$VOL│$BAT│$MEM│$IP│$CPU│$NML│$WTR│$TIM"
# echo "$VOL│$BAT│$MEM│$IP│$CPU│$NML│$WTR│$TIM"
}