aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-11-11 08:34:49 -0800
committerNicholas Noll <nbnoll@eml.cc>2021-11-11 08:34:49 -0800
commitcc7d219e080263da9813e570436bfd34ab8b1bff (patch)
treea7cf2d095b6028bc0c227d1441d715a6f9693fd7
parentda8ac7ebf766051245a14da1542634c6ab788457 (diff)
chore: update desktop
-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