hlfw.ca

rc

Download patch

ref: b83af1b4771da71841bc4f3a94f831d4d16a724e
parent: db8efd2ef8a27770b0296b58aef98b66765403c9
author: Michael Misch <michaelmisch1985@gmail.com>
date: Tue Aug 27 16:29:19 PDT 2024

Add fs as well

--- a/mkfile
+++ b/mkfile
@@ -23,7 +23,6 @@
 	smenu\
 	syspatch\
 	web\
-	wifi\
 	wifire\
 	wm\
 	wmenu\
--- a/riostart
+++ b/riostart
@@ -5,12 +5,13 @@
 case terminal
 	window -r 786 640 1920 1080 'cat $home/lib/theme/grid.theme > /mnt/wsys/theme'
 	window -r 0 0 140 120 'stats -melzs'
-	window -r 0 120 140 240 'stats -melzs proxy'
-	window -r 0 240 140 360 'stats -melzs altd'
-	window -r 0 360 140 480 'stats -melzs hlfw'
-	window -r 0 480 140 600 'stats -melzs authy'
-	window -r 140 0 640 9999 'rcpu -h hlfw -c tail -f /sys/log/httpd'
-	window -r 640 0 1040 9999 'rcpu -h altd -c tail -f /sys/log/httpd'
+	window -r 0 120 140 240 'stats -melzs authy'
+	window -r 0 240 140 360 'stats -melzs fs'
+	window -r 0 360 140 480 'stats -melzs prox'
+	window -r 0 480 140 600 'stats -melzs altd'
+	window -r 0 600 140 720 'stats -melzs hlfw'
+	window -r 140 0 740 9999 'rcpu -h hlfw -c tail -f /sys/log/httpd'
+	window -r 740 0 1340 9999 'rcpu -h altd -c tail -f /sys/log/httpd'
 case cpu
 	window 'cat $home/lib/theme/cpu.theme > /mnt/wsys/theme'
 }