hostname is not changing #58
-
I'm using Arch/Hyprland and I added the env to my .zshrc:
but when I use pfetch it still displays as: I also tried adding it to my hyprland.conf as
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I agree that this is a bit confusing.
If you really need to change the |
Beta Was this translation helpful? Give feedback.
-
In my fork of the original pfetch I have a variable PF_HOST to control the host text. I might make a patch to pfetch-rs to add this functionality eventually. |
Beta Was this translation helpful? Give feedback.
I agree that this is a bit confusing.
host
in pfetch does not display your hostname, the hostname is only part of thetitle
, like inuser@system
, wheresystem
can be changed with theHOSTNAME
variable. Thehost
field displays the name of your hardware system as reported by linux and can currently not be manually overwritten.If you really need to change the
host
manually, you could compile the project yourself with a fixed host or open an issue for an option to set thehost
manually.