Better approach
This commit is contained in:
parent
3f3487764c
commit
dda8d6cb20
1 changed files with 4 additions and 9 deletions
13
neofetch
13
neofetch
|
@ -810,18 +810,13 @@ getwm () {
|
|||
# Window Manager Theme {{{
|
||||
|
||||
getwmtheme () {
|
||||
case "$os" in
|
||||
"Linux" | *"BSD")
|
||||
[ -z "$wm" ] && getwm
|
||||
|
||||
case "$wm" in
|
||||
'2bwm')
|
||||
|
||||
;;
|
||||
|
||||
"Mac OS X")
|
||||
|
||||
;;
|
||||
|
||||
"Windows")
|
||||
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue