parent
5f8ce9bbc4
commit
4b5f4e33be
35
neofetch
35
neofetch
|
@ -1688,8 +1688,17 @@ get_de() {
|
||||||
|
|
||||||
Windows)
|
Windows)
|
||||||
case $distro in
|
case $distro in
|
||||||
"Windows 8"*|"Windows 10"*) de="Modern UI/Metro" ;;
|
"Windows 10"*)
|
||||||
*) de=Aero
|
de=Fluent
|
||||||
|
;;
|
||||||
|
|
||||||
|
"Windows 8"*)
|
||||||
|
de=Metro
|
||||||
|
;;
|
||||||
|
|
||||||
|
*)
|
||||||
|
de=Aero
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
@ -1870,15 +1879,21 @@ get_wm() {
|
||||||
;;
|
;;
|
||||||
|
|
||||||
Windows)
|
Windows)
|
||||||
wm=$(tasklist | grep -m 1 -o -F \
|
wm=$(
|
||||||
-e bugn \
|
tasklist |
|
||||||
-e Windawesome \
|
|
||||||
-e blackbox \
|
|
||||||
-e emerge \
|
|
||||||
-e litestep)
|
|
||||||
|
|
||||||
[[ $wm == blackbox ]] && wm="bbLean (Blackbox)"
|
grep -Fom 1 \
|
||||||
wm=${wm:+$wm, }Explorer
|
-e bugn \
|
||||||
|
-e Windawesome \
|
||||||
|
-e blackbox \
|
||||||
|
-e emerge \
|
||||||
|
-e litestep
|
||||||
|
)
|
||||||
|
|
||||||
|
[[ $wm == blackbox ]] &&
|
||||||
|
wm="bbLean (Blackbox)"
|
||||||
|
|
||||||
|
wm=${wm:+$wm, }DWM.exe
|
||||||
;;
|
;;
|
||||||
|
|
||||||
FreeMiNT)
|
FreeMiNT)
|
||||||
|
|
Reference in New Issue