From 6457b3276f1d164863d56d33be09c69162b5a9c5 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 23 Oct 2016 09:07:04 +1100 Subject: [PATCH] Windows: Print DE --- neofetch | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/neofetch b/neofetch index 132f21a5..cc6cfecb 100755 --- a/neofetch +++ b/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-'}"