shithub: rc

Download patch

ref: 9ff8b7606373b18b85a357351f062f553fa70a68
parent: 27fcf28208785d14c5307ed77467170a358ccb37
author: sl <sl@x61t>
date: Fri Oct 17 20:00:13 EDT 2025

r: add -tw

--- a/r
+++ b/r
@@ -1,5 +1,5 @@
 #!/bin/rc
-# 2025-09-14T19:01:54-04:00
+# 2025-10-17T19:59:34-04:00
 # bof: http://shithub.us/qwx/fork/HEAD/info.html
 # rio.themes: https://ftrv.se/14
 # copy this file to $home/bin/rc and modify to suit.
@@ -40,6 +40,8 @@
 	bind $home/lib/rio.theme.tron $home/lib/rio.theme
 case -ts
 	bind $home/lib/rio.theme.sigrid $home/lib/rio.theme
+case -tw
+	bind $home/lib/rio.theme.white $home/lib/rio.theme
 case *
 	riocmd=(rio)
 	exec $riocmd -i $home/lib/riostart
--