Case wm theme

This commit is contained in:
Dylan 2016-04-01 11:26:59 +11:00
parent 35377d8619
commit 3f3487764c
1 changed files with 13 additions and 1 deletions

View File

@ -810,7 +810,19 @@ getwm () {
# Window Manager Theme {{{
getwmtheme () {
echo "TODO"
case "$os" in
"Linux" | *"BSD")
;;
"Mac OS X")
;;
"Windows")
;;
esac
}
# }}}