From ee8f2ac000a577f20a1a38c5ddd20831a8e38311 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Sun, 8 Sep 2024 19:53:37 +0200 Subject: Add fs block --- comet.conf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'comet.conf') diff --git a/comet.conf b/comet.conf index 130c2d2..73163dc 100644 --- a/comet.conf +++ b/comet.conf @@ -21,6 +21,13 @@ text-color = #fff color = #f0b +[block.disk] + type = fs + text = SSD %{used} / %{total} + color = #18baf2 + text-color = #fff + path = / + ;[block.main] ; type = 0 -- cgit v1.2.3