Explorar o código

wm_theme: Add support for Openbox on LXQt

Michael Straube %!s(int64=5) %!d(string=hai) anos
pai
achega
5c740aa4f2
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      neofetch

+ 3 - 0
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