We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f3116a commit 3cf42cdCopy full SHA for 3cf42cd
hfetch
@@ -10,6 +10,6 @@ printf " ${green}os${white} ~ ${PRETTY_NAME} $(uname -m)
10
${green}wm${white} ~ $(wmctrl -m | head -1 | sed 's/Name\:\ //')
11
${green}kr${white} ~ $(uname -r)
12
${green}md${white} ~ $(playerctl metadata artist) - $(playerctl metadata title) ($(playerctl status))
13
- ${green}in${white} ~ $(ps -p 1 -o command | sed -n '2p')
+ ${green}in${white} ~ $(ps --no-headers -o comm 1)
14
><> ${white}user: ${yellow}${USER}${white} logged into ${yellow}${host}${white}; welcome!
15
"
0 commit comments