Remove hardcoded user from i3statusbar
This commit is contained in:
parent
dc6b7b7dd0
commit
022416d529
1 changed files with 3 additions and 2 deletions
|
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue