aboutsummaryrefslogtreecommitdiff
path: root/utgard
diff options
context:
space:
mode:
authorThorsten Töpper <atsutane@freethoughts.de>2017-11-30 13:39:29 +0100
committerThorsten Töpper <atsutane@freethoughts.de>2017-11-30 13:39:29 +0100
commit82cf0149d7809d189f2566b41162723c39f8d0bb (patch)
tree360aa67857a0f6e4b2dce87f5456fba540efc4a6 /utgard
parentae8a810310a10783a5fc9005cce5e178aec47050 (diff)
downloaddotfiles-82cf0149d7809d189f2566b41162723c39f8d0bb.tar.gz
dotfiles-82cf0149d7809d189f2566b41162723c39f8d0bb.tar.bz2
i3status: really check /home and not just a specific user.
Diffstat (limited to 'utgard')
-rw-r--r--utgard/config/i3status/config4
1 files changed, 2 insertions, 2 deletions
diff --git a/utgard/config/i3status/config b/utgard/config/i3status/config
index 7877357..4396ad1 100644
--- a/utgard/config/i3status/config
+++ b/utgard/config/i3status/config
@@ -6,7 +6,7 @@ general {
order = "ipv6"
order += "disk /"
-order += "disk /home/atsutane"
+order += "disk /home"
#order += "run_watch DHCP"
#order += "run_watch VPN"
order += "wireless wlan0"
@@ -60,7 +60,7 @@ disk "/" {
format = "/%free"
}
-disk "/home/atsutane" {
+disk "/home" {
format = "~%free"
}