mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
give colors to uptime (blue) and users (red)
This commit is contained in:
parent
5ade286ce0
commit
b2426e011d
2 changed files with 2 additions and 2 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue