mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-03 16:51:29 +00:00
wm_theme: Add support for Openbox on LXQt
This commit is contained in:
3
neofetch
3
neofetch
@@ -1812,6 +1812,9 @@ get_wm_theme() {
|
||||
if [[ "$de" == "LXDE" && -f "${HOME}/.config/openbox/lxde-rc.xml" ]]; then
|
||||
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
|
||||
ob_file="rc"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user