shithub: rc

Download patch

ref: 47701ae18f8896ec53fe9d18d53c23c35221cdaf
parent: 4939fadaf03753f4f3cb188b66499591eba87d0b
author: sl <sl@x1tit>
date: Sat Aug 16 20:23:41 EDT 2025

r: add case -tbw

--- a/r
+++ b/r
@@ -1,5 +1,5 @@
 #!/bin/rc
-# 2025-04-15T21:42:41-04:00
+# 2025-08-16T20:17:31-04:00
 # launch rio.
 # copy this file to $home/bin/rc and modify to suit.
 # use with: http://plan9.stanleylieber.com/rc/tobit
@@ -26,6 +26,9 @@
 	riocmd=(rio.themes)
 case -ta
 	bind $home/lib/rio.theme.amber $home/lib/rio.theme
+	riocmd=(rio.themes)
+case -tbw
+	bind $home/lib/rio.theme.bw $home/lib/rio.theme
 	riocmd=(rio.themes)
 case -tf
 	bind $home/lib/rio.theme.fairlight $home/lib/rio.theme
--