diff --git a/neofetch b/neofetch index 5ea24241..9b745490 100755 --- a/neofetch +++ b/neofetch @@ -49,8 +49,9 @@ printinfo () { info "Packages" packages info "Shell" shell info "Resolution" resolution - info "Desktop Environment" de - info "Window Manager" wm + info "DE" de + info "WM" wm + info "WM Theme" wmtheme info "Theme" theme info "Icons" icons info "CPU" cpu @@ -806,6 +807,14 @@ getwm () { # }}} +# Window Manager Theme {{{ + +getwmtheme () { + echo "TODO" +} + +# }}} + # CPU {{{ getcpu () {