You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional context
I noticed your script src/hostname-widget.sh utilizes hostnamectl which isn't available on MacOS, may I suggest using the hostname command instead?
This command is already installed in Linux and MacOS by default, and it could be piped to awk so that only the hostname part is shown.
This would be the change needed.
I also tested these commands on a Debian Machine.
The text was updated successfully, but these errors were encountered:
Describe the issue
The hostname plugin doesn't work on MacOS, leaving a
@
and a blank space beside the session name.To Reproduce
Steps to reproduce the issue:
@tokyo-night-tmux_show_hostname
to1
Screenshots
Here you can see the error
Environment (please complete the following information):
Additional context
I noticed your script
src/hostname-widget.sh
utilizeshostnamectl
which isn't available on MacOS, may I suggest using thehostname
command instead?This command is already installed in Linux and MacOS by default, and it could be piped to awk so that only the hostname part is shown.
This would be the change needed.
I also tested these commands on a Debian Machine.
The text was updated successfully, but these errors were encountered: