diff --git a/neofetch b/neofetch index 9b745490..60cd0e52 100755 --- a/neofetch +++ b/neofetch @@ -810,7 +810,19 @@ getwm () { # Window Manager Theme {{{ getwmtheme () { - echo "TODO" + case "$os" in + "Linux" | *"BSD") + + ;; + + "Mac OS X") + + ;; + + "Windows") + + ;; + esac } # }}}