From cc7d219e080263da9813e570436bfd34ab8b1bff Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Thu, 11 Nov 2021 08:34:49 -0800 Subject: chore: update desktop --- bin/status | 4 +--- sys/cmd/term/rules.mk | 2 +- 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 -- cgit v1.2.1