Add support for FluxBox
This commit is contained in:
parent
dd5a5f02db
commit
d8f2dd2286
1 changed files with 5 additions and 0 deletions
5
neofetch
5
neofetch
|
@ -854,6 +854,11 @@ getwmtheme () {
|
||||||
wmtheme="Graphite"
|
wmtheme="Graphite"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
'Fluxbox')
|
||||||
|
[ -f $HOME/.fluxbox/init ] && \
|
||||||
|
wmtheme="$(awk -F "/" '/styleFile/ {print $NF}' "$HOME/.fluxbox/init")"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
wmtheme="${wmtheme//\'}"
|
wmtheme="${wmtheme//\'}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue