update qs to use new root paths

This commit is contained in:
outfoxxed 2025-07-10 04:38:23 -07:00
parent d538894632
commit f281de47c3
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
29 changed files with 44 additions and 45 deletions

View file

@ -7,8 +7,8 @@ import Quickshell.Io
import Quickshell.Wayland
import Quickshell.Hyprland
import Quickshell.Services.Pam
import ".."
import "../background"
import qs
import qs.background
Singleton {
id: root

View file

@ -1,5 +1,5 @@
import QtQuick
import "root:."
import qs
Item {
id: root

View file

@ -2,7 +2,7 @@ import QtQuick
import QtQuick.Layouts
import QtQuick.Controls
import Quickshell
import ".."
import qs
Item {
id: root