configs/smug: fix layout for CI
This commit is contained in:
parent
9bd0ae9ab0
commit
6f16c47819
@ -18,16 +18,19 @@ in
|
|||||||
windows = [
|
windows = [
|
||||||
{
|
{
|
||||||
name = "CI Status";
|
name = "CI Status";
|
||||||
|
layout = "even-vertical";
|
||||||
commands = [
|
commands = [
|
||||||
"journalctl -xef -u xin-ci-update.service"
|
"journalctl -xef -u xin-ci-update.service"
|
||||||
];
|
];
|
||||||
panes = [
|
panes = [
|
||||||
{
|
{
|
||||||
|
type = "even-vertical";
|
||||||
commands = [ "journalctl -xef -u xin-ci.service" ];
|
commands = [ "journalctl -xef -u xin-ci.service" ];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
name = "btop";
|
||||||
commands = [
|
commands = [
|
||||||
"btop"
|
"btop"
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user