From ebcf6fb0fc0064a062daba6f5f4d1cdbe5f01332 Mon Sep 17 00:00:00 2001 From: Dylan Date: Fri, 1 Apr 2016 11:23:23 +1100 Subject: [PATCH] WM theme base --- neofetch | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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 () {