wm_theme: Add support for Openbox on LXQt

This commit is contained in:
Michael Straube 2019-12-12 11:14:35 +01:00
parent 4204f79e5d
commit 5c740aa4f2
1 changed files with 3 additions and 0 deletions

View File

@ -1812,6 +1812,9 @@ get_wm_theme() {
if [[ "$de" == "LXDE" && -f "${HOME}/.config/openbox/lxde-rc.xml" ]]; then if [[ "$de" == "LXDE" && -f "${HOME}/.config/openbox/lxde-rc.xml" ]]; then
ob_file="lxde-rc" ob_file="lxde-rc"
elif [[ "$de" == "LXQt" && -f "${HOME}/.config/openbox/lxqt-rc.xml" ]]; then
ob_file="lxqt-rc"
elif [[ -f "${HOME}/.config/openbox/rc.xml" ]]; then elif [[ -f "${HOME}/.config/openbox/rc.xml" ]]; then
ob_file="rc" ob_file="rc"
fi fi