Merge branch 'main' into hefty-hype

This commit is contained in:
end-4
2026-04-05 20:22:48 +02:00
3 changed files with 9 additions and 7 deletions
@@ -7,6 +7,7 @@ import QtQuick
import Qt.labs.folderlistmodel
import Quickshell
import Quickshell.Io
import Quickshell.Hyprland
Singleton {
id: root
@@ -108,7 +109,7 @@ Singleton {
{
action: "wallpaper",
execute: () => {
GlobalStates.wallpaperSelectorOpen = true;
Hyprland.dispatch("global quickshell:wallpaperSelectorToggle")
}
},
{