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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user