Windows: Print DE
This commit is contained in:
parent
a59cf169e4
commit
6457b3276f
1 changed files with 7 additions and 0 deletions
7
neofetch
7
neofetch
|
@ -481,6 +481,13 @@ getshell() {
|
|||
getde() {
|
||||
case "$os" in
|
||||
"Mac OS X") de="Aqua" ;;
|
||||
"Windows")
|
||||
case "$distro" in
|
||||
"Windows 8"* | "Windows 10"*) de="Modern UI/Metro" ;;
|
||||
*) de="Aero" ;;
|
||||
esac
|
||||
;;
|
||||
|
||||
*)
|
||||
de="${XDG_CURRENT_DESKTOP/i3}"
|
||||
de="${de/'X-'}"
|
||||
|
|
Loading…
Reference in a new issue