aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-10-08 16:00:33 -0700
committerNicholas Noll <nbnoll@eml.cc>2021-10-08 16:00:45 -0700
commit8b679a2e892310e461c3f5028dfaf60b25eea37f (patch)
treebc19c732b9ca6e552ce37ef3c036529a1f4c981f /bin
parent61158de7bb2575cd594472584b7c2b90dd8da8a5 (diff)
fix(theme): consistent theme
Diffstat (limited to 'bin')
-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