33 lines
916 B
YAML
33 lines
916 B
YAML
# /home/vilyaem/.config/tmuxinator/work.yml
|
|
|
|
name: work
|
|
root: ~/
|
|
startup_window: sigma
|
|
startup_pane: 1
|
|
windows:
|
|
- sigma:
|
|
layout: main-horizontal
|
|
panes:
|
|
- pmake
|
|
- twinkle-console
|
|
- watch -n 1200 remind ~/.local/share/pmakeremind
|
|
- monitorworld:
|
|
layout: even-horizontal
|
|
panes:
|
|
#For Busybox...
|
|
#- watch -n 1200 curl "5.9.243.187/?1Qn"
|
|
#- watch -n 1200 curl "5.9.243.188/XMR"
|
|
- watch --color -n 1200 curl "wttr.in/?1Qn"
|
|
- watch --color -n 1200 curl "rate.sx/XMR"
|
|
- monitorserver:
|
|
layout: even-horizontal
|
|
panes:
|
|
- watch -n 1200 ssh root@novgorod 'tail /var/log/nginx/error.log'
|
|
- watch -n 1200 ssh root@novgorod 'tail /var/log/nginx/access.log'
|
|
#- ssh root@novgorod 'top'
|
|
- soybot:
|
|
layout: even-horizontal
|
|
panes:
|
|
- nvim -c ':Gen'
|
|
- workshop:
|
|
layout: horizontal
|