wallust integration

This commit is contained in:
Zacharias-Brohn
2025-11-13 01:56:43 +01:00
parent 374842b321
commit 52a382b0ad
5 changed files with 43 additions and 8 deletions
+4
View File
@@ -2,6 +2,7 @@ import Quickshell
import QtQuick
import QtQuick.Controls
import qs.Helpers
import qs.Config
TextField {
id: root
@@ -83,6 +84,9 @@ TextField {
launcherWindow.visible = false;
} else if ( wallpaperPickerLoader.active ) {
WallpaperPath.currentWallpaperPath = wallpaperPickerLoader.item.currentItem.modelData.path;
if ( Config.wallust ) {
Wallust.generateColors(WallpaperPath.currentWallpaperPath);
}
}
event.accepted = true;
} else if ( event.key === Qt.Key_Escape ) {