From a4b0f0847d641c12e43513bd19c50c0d7e6ce9a4 Mon Sep 17 00:00:00 2001 From: George Kaklamanos Date: Wed, 21 May 2025 15:33:24 +0300 Subject: [PATCH] zellij: Run `sensors` in the main pane Signed-off-by: George Kaklamanos --- home-manager/zellij.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home-manager/zellij.nix b/home-manager/zellij.nix index 7b1d1c2..8ea20ed 100644 --- a/home-manager/zellij.nix +++ b/home-manager/zellij.nix @@ -38,7 +38,9 @@ pane command="watch" { args "df -x tmpfs -x devtmpfs -x efivarfs -h" } - pane + pane command="watch" { + args "sensors k10temp-pci-00c3" + } } } }