configs/smug: fix layout for CI

This commit is contained in:
Aaron Bieber 2024-02-11 21:50:31 -07:00
parent 9bd0ae9ab0
commit 6f16c47819
No known key found for this signature in database

View File

@ -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"
];