zellij: Run sensors in the main pane

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2025-05-21 15:33:24 +03:00
parent 3d19b9c113
commit a4b0f0847d
No known key found for this signature in database
GPG key ID: C0CAB8A6BDC9399D

View file

@ -38,7 +38,9 @@
pane command="watch" { pane command="watch" {
args "df -x tmpfs -x devtmpfs -x efivarfs -h" args "df -x tmpfs -x devtmpfs -x efivarfs -h"
} }
pane pane command="watch" {
args "sensors k10temp-pci-00c3"
}
} }
} }
} }