Case wm theme
This commit is contained in:
parent
35377d8619
commit
3f3487764c
1 changed files with 13 additions and 1 deletions
14
neofetch
14
neofetch
|
@ -810,7 +810,19 @@ getwm () {
|
||||||
# Window Manager Theme {{{
|
# Window Manager Theme {{{
|
||||||
|
|
||||||
getwmtheme () {
|
getwmtheme () {
|
||||||
echo "TODO"
|
case "$os" in
|
||||||
|
"Linux" | *"BSD")
|
||||||
|
|
||||||
|
;;
|
||||||
|
|
||||||
|
"Mac OS X")
|
||||||
|
|
||||||
|
;;
|
||||||
|
|
||||||
|
"Windows")
|
||||||
|
|
||||||
|
;;
|
||||||
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
# }}}
|
# }}}
|
||||||
|
|
Loading…
Reference in a new issue