give colors to uptime (blue) and users (red)

This commit is contained in:
Dustin Kirkland 2009-04-06 09:56:50 -07:00
commit b2426e011d
2 changed files with 2 additions and 2 deletions

View file

@ -24,4 +24,4 @@
p="users"
grep -qs "^$p=1$" "$HOME/.screen-profiles/status" || exit 0
printf "\005{=b }%d#\005{-} " `who | wc -l`
printf "\005{= r}%d#\005{-} " `who | wc -l`