fix: hostname -> uname -n (fehlt auf minimalem Arch)

hostname ist in inetutils, das bei einer minimalen Arch-Installation
nicht installiert ist. uname -n ist in coreutils und immer verfügbar.
This commit is contained in:
2026-05-27 22:50:40 +02:00
parent ef092bd4a6
commit 5c6c0f3fed

View File

@@ -894,7 +894,7 @@ input-field {
label {
monitor =
text = cmd[update:1000] echo " $(whoami)@$(hostname)"
text = cmd[update:1000] echo " $(whoami)@$(uname -n)"
color = rgba($muted_rgb, 0.70)
font_size = 16
font_family = JetBrainsMono Nerd Font