Remove hardcoded user from i3statusbar

This commit is contained in:
markmental 2025-11-16 18:19:07 -05:00
commit 022416d529

View file

@ -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 { read_file hostname {
path = "/home/mrkmntal/.hostname_lan" path = "~/.hostname_lan"
format = "🖥 %content" format = "🖥 %content"
} }