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