From 022416d52984f2c9a3862dabe1901362c64ba6d6 Mon Sep 17 00:00:00 2001 From: markmental Date: Sun, 16 Nov 2025 18:19:07 -0500 Subject: [PATCH] Remove hardcoded user from i3statusbar --- i3status/config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/i3status/config b/i3status/config index 5397c81..7caefab 100644 --- a/i3status/config +++ b/i3status/config @@ -20,9 +20,10 @@ read_file battery { } -# Hostname shown as 🖥 debi3.lan +# Hostname should be put in ~.hostname_lan in FQDN form. +# (I just run 'echo $(hostname).lan > ~/.hostname_lan' to make the file) read_file hostname { - path = "/home/mrkmntal/.hostname_lan" + path = "~/.hostname_lan" format = "🖥 %content" }