shithub: rc

Download patch

ref: 537289a7afb5e733947bce4d3154fffdf3c9ed5a
parent: be6e868f376305c3d0c6c900717b0c8fd6adc115
author: qwx <qwx@sciops.net>
date: Wed Aug 6 07:04:20 EDT 2025

riostart: don't display temperature graph by default

see recent change to stats and commit message; may drain battery
by polling temperature through acpi

--- a/bin/riostart
+++ b/bin/riostart
@@ -5,6 +5,6 @@
 window -r $catrect games/catclock
 window -r $volrect vol
 #window -r $duckrect mothra
-window -r $statrect stats -lmsez
+window -r $statrect stats -lmse
 window -r $riowrect 'label riow; Riow'
 { sleep 0.5; window -scroll -r $cmdrect 'label cmd; rc' } &
--