aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/status4
-rw-r--r--sys/cmd/term/rules.mk2
2 files changed, 2 insertions, 4 deletions
diff --git a/bin/status b/bin/status
index bca791a..0a14705 100755
--- a/bin/status
+++ b/bin/status
@@ -70,9 +70,7 @@ ipaddr() {
}
dostatus() {
- # 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"
+ xsetroot -name "$VOL│$MEM│$IP│$CPU│$NML│$WTR│$TIM"
}
# signal handlers
diff --git a/sys/cmd/term/rules.mk b/sys/cmd/term/rules.mk
index 4011839..7beb8dc 100644
--- a/sys/cmd/term/rules.mk
+++ b/sys/cmd/term/rules.mk
@@ -2,7 +2,7 @@ include share/push.mk
# Iterate through subdirectory tree
# Local sources
-SRCS_$(d) := $(d)/term.c $(d)/x.c #$(d)/hb.c
+SRCS_$(d) := $(d)/term.c $(d)/x.c $(d)/hb.c
BINS_$(d) := $(d)/term
include share/paths.mk