This commit is contained in:
parent
06825f2880
commit
5466a51f69
1 changed files with 2 additions and 0 deletions
|
@ -284,11 +284,13 @@ rwx_tmux_status() {
|
|||
\"2\") current=\"3\" ;;
|
||||
\"3\") current=\"4\" ;;
|
||||
\"4\") current=\"5\" ;;
|
||||
\"5\") current=\"off\" ;;
|
||||
*) ;;
|
||||
esac
|
||||
;;
|
||||
\"-\")
|
||||
case \"\${current}\" in
|
||||
\"off\") current=\"5\" ;;
|
||||
\"on\") current=\"off\" ;;
|
||||
\"2\") current=\"on\" ;;
|
||||
\"3\") current=\"2\" ;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue