aboutsummaryrefslogtreecommitdiff
path: root/bin/status
diff options
context:
space:
mode:
Diffstat (limited to 'bin/status')
-rwxr-xr-xbin/status7
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/status b/bin/status
index 2c0bf4c..9dfce79 100755
--- a/bin/status
+++ b/bin/status
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# 1: last minute
cpu() {
@@ -70,7 +70,8 @@ ipaddr() {
}
dostatus() {
- 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"
}
@@ -138,7 +139,7 @@ done &
refresh_volume
refresh_weather
refresh_ip
-while true
+while true
do
refresh_battery
refresh_memory