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 = [ 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"
]; ];