zellij: Add df parameters

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

View file

@ -36,7 +36,7 @@
pane {
pane command="htop"
pane command="watch" {
args "df" "-h"
args "df -x tmpfs -x devtmpfs -x efivarfs -h"
}
pane
}