ref: 4e4a6d321cde14dc730f9e8a80b7ab94238ff616
dir: /util/theme/
#!/bin/rc
if(~ $#* 0){
echo 'Usage: theme [ls|set theme]'
}
comm=$1
switch($comm){
case 'ls'
lc $home/lib/themes/rio/
case 'set'
theme=$2
cat $home/lib/themes/rio/$theme > /dev/theme
grep softscreen /dev/vgactl >> /dev/vgactl
}