aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2024-12-26 23:17:27 +0000
committerJuan J. Martinez <jjm@usebox.net>2024-12-26 23:17:27 +0000
commit55be9c4745424dcbc8d8c87beee5fd7b15fd70f2 (patch)
treea5cd04b1d820696da155e40816b0819f047eeb66
parentc2916cfa82d7c865cc0190c68bc103d4d595a01e (diff)
downloaddotnvim-55be9c4745424dcbc8d8c87beee5fd7b15fd70f2.tar.gz
dotnvim-55be9c4745424dcbc8d8c87beee5fd7b15fd70f2.zip
Use right partition
-rw-r--r--i3/i3status.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/i3/i3status.conf b/i3/i3status.conf
index d5d1588..efb04ae 100644
--- a/i3/i3status.conf
+++ b/i3/i3status.conf
@@ -14,7 +14,7 @@ general {
order += "cpu_usage"
#order += "cpu_temperature 0"
order += "memory"
-order += "disk /"
+order += "disk /home"
order += "read_file updates"
order += "volume master"
order += "tztime local"
@@ -39,7 +39,7 @@ cpu_temperature 0 {
max_threshold = 75
}
-disk "/" {
+disk "/home" {
format = "Disk %free"
}