iso-profiles/mabox-linux/desktop-overlay/etc/skel/.config/terminator/2-3-grid.json

37 lines
573 B
JSON
Raw Normal View History

2021-08-22 19:30:51 +02:00
{
"layout": {
"vertical": false,
"tab1": [
{
"ratio": 0.7,
"children": [
{
2021-12-10 23:52:16 +01:00
"command": "btop;neofetch;bash"
2021-08-22 19:30:51 +02:00
},
{
"command": "neofetch;sleep 6;man terminator;bash"
}
]
},
{
"children": [
{
"command": "pyradio -p 16;bash",
"ratio": 0.6
},
{
"command": "cava;bash",
"ratio": 0.4
},
{
"command": "theme.sh -i2;bash"
}
]
}
]
},
"profile": {
"font": "JetBrains Mono NL Regular 9"
}
}