mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-23 20:12:31 +00:00
Misc: Don't uppercase Terminal and WM output
This commit is contained in:
7
neofetch
7
neofetch
@@ -543,11 +543,6 @@ getwm() {
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
||||
# Don't uppercase i3
|
||||
[ "$version" -ge 4 ] && \
|
||||
[ "$wm" != "i3" ] && \
|
||||
wm="${wm^}"
|
||||
}
|
||||
|
||||
# }}}
|
||||
@@ -1470,8 +1465,6 @@ getterm() {
|
||||
"gnome-terminal-") term="gnome-terminal" ;;
|
||||
*) term="${name##*/}" ;;
|
||||
esac
|
||||
|
||||
[ "$version" -ge 4 ] && term="${term^}"
|
||||
}
|
||||
|
||||
# }}}
|
||||
|
||||
Reference in New Issue
Block a user