From c38d40ab46efb48a12bb055a33654749cc980222 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Thu, 2 Mar 2023 15:27:47 +0100 Subject: [PATCH] Make status bar show free space on home directory --- i3/i3status-rust/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/i3status-rust/config.toml b/i3/i3status-rust/config.toml index 7dadf24..e11557e 100644 --- a/i3/i3status-rust/config.toml +++ b/i3/i3status-rust/config.toml @@ -3,7 +3,7 @@ icons = "awesome" [[block]] block = "disk_space" -path = "/" +path = "~" alias = "/" format = "{icon} {available} ({percentage}) frei" info_type = "available"