ref: 4e4a6d321cde14dc730f9e8a80b7ab94238ff616
dir: /install/rioTheming/
#!/bin/rc
if(~ $#* 0){
echo 'Usage: rioTheming install|uninstall'
}
bind -ac /dist/plan9front /
cd /sys/src/cmd/rio
switch($1){
case 'install'
hget https://ftrv.se/_/9/patches/rio-themes.patch | ape/patch -p5
mk install
case 'uninstall'
git/revert .
rm -f *.rej *.orig menuhit.c col.h
mk install
}