remove redundant wallpaper switching stuff

This commit is contained in:
end-4
2026-05-11 23:46:23 +02:00
parent 760c7034aa
commit e11d084be8
4 changed files with 7 additions and 13 deletions
@@ -34,11 +34,6 @@ Singleton {
signal thumbnailGeneratedFile(filePath: string)
function load () {} // For forcing initialization
// Executions
Process {
id: applyProc
}
function openFallbackPicker(darkMode = Appearance.m3colors.darkmode) {
Quickshell.execDetached([Directories.wallpaperSwitchScriptPath, "--mode", darkMode ? "dark" : "light"]);