From 8b679a2e892310e461c3f5028dfaf60b25eea37f Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Fri, 8 Oct 2021 16:00:33 -0700 Subject: fix(theme): consistent theme --- bin/status | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'bin') 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 -- cgit v1.2.1