Skip to content

Commit

Permalink
change name
Browse files Browse the repository at this point in the history
  • Loading branch information
aeknt committed Sep 12, 2020
1 parent 81bde84 commit 7ac7746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nanofetch
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ else
fi
echo ":| kernel | "$(uname -r)
echo ":| device | "$(uname -n) $(uname -m)
echo ":| board | "$(cat /sys/devices/virtual/dmi/id/product_name)
echo ":| host | "$(cat /sys/devices/virtual/dmi/id/product_name)
echo ":| shell | "$(basename $SHELL)
echo ":| wm | "$(id=$(xprop -root -notype | awk '$1=="_NET_SUPPORTING_WM_CHECK:"{print $5}'); xprop -id "${id}" -notype -f _NET_WM_NAME 8t | grep "_NET_WM_NAME = " | cut --delimiter=' ' --fields=3 | cut --delimiter='"' --fields=2)

0 comments on commit 7ac7746

Please sign in to comment.