zellij: Main pane: Ignore more filesystems
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
parent
87fb8d82e9
commit
b417a0e9a2
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
||||||
pane {
|
pane {
|
||||||
pane command="htop"
|
pane command="htop"
|
||||||
pane command="watch" {
|
pane command="watch" {
|
||||||
args "df -x tmpfs -x devtmpfs -x efivarfs -h"
|
args "df -x tmpfs -x devtmpfs -x efivarfs -h |rg -v boot\\|flatpak"
|
||||||
}
|
}
|
||||||
pane command="watch" {
|
pane command="watch" {
|
||||||
args "sensors k10temp-pci-00c3"
|
args "sensors k10temp-pci-00c3"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue