Use btop when available in visor session

This commit is contained in:
Kenneth Benzie 2025-01-01 22:31:07 +00:00
parent 38f5bb7f9c
commit d0bc106279

View File

@ -1,7 +1,9 @@
#!/usr/bin/env -S tmux source-file
rename-window home
split-window -h htop
if 'command -v btop &> /dev/null' \
'split-window -h btop' \
'split-window -h htop'
select-pane -t visor:home.1
# vim: ft=tmux