diff --git a/minimal/hm.nix b/minimal/hm.nix index ce2879a..120c943 100644 --- a/minimal/hm.nix +++ b/minimal/hm.nix @@ -185,6 +185,7 @@ " " "$status" "$cmd_duration" + "($username$hostname  )" "$time" "](bg:${background})" "[](${background})" @@ -250,6 +251,18 @@ style = "bold yellow bg:${background}"; }; + username = { + format = "[$user]($style)"; + style_root = "bold red bg:${background}"; + style_user = "bold dimmed green bg:${background}"; + }; + + hostname = { + ssh_only = true; + format = "[@$hostname]($style)"; + style = "bold dimmed green bg:${background}"; + }; + status = { disabled = false; format = "[$symbol$status( $signal_name)]($style)  ";