Fix CPU output on NetBSD

This commit is contained in:
Dylan 2016-05-13 09:02:44 +10:00
parent 3489526637
commit f48f5e92ab
1 changed files with 4 additions and 0 deletions

View File

@ -938,6 +938,10 @@ getwmtheme () {
# CPU {{{
getcpu () {
case "$distro" in
"NetBSD"*) local os="Linux" ;;
esac
case "$os" in
"Linux" | "Windows")
# Get cpu name