Wallpaper (Linux): support lxqt

This commit is contained in:
李通洲
2023-06-11 12:37:42 +08:00
committed by 李通洲
parent 0486ad8da7
commit 618e5f01df
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# 1.11.4
Features:
* Support KDE wallpaper detection (Wallpaper, Linux)
* Support KDE / LXQT wallpaper detection (Wallpaper, Linux)
* Support QTerminal version & terminal font detection
# 1.11.3
+2
View File
@@ -135,6 +135,8 @@ static void detectLXQt(const FFinstance* instance, FFQtResult* result)
{"icon_theme = ", &result->icons},
{"font = ", &result->font}
});
ffParsePropFileConfig(instance, "pcmanfm-qt/lxqt/settings.conf", "Wallpaper=", &result->wallpaper);
}
const FFQtResult* ffDetectQt(const FFinstance* instance)