1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-29 07:52:50 -05:00

migrate to qs imports and .qmlls.ini pattern

This commit is contained in:
bbedward
2025-07-16 18:47:51 -04:00
parent a49911863d
commit 457bbcd131
70 changed files with 129 additions and 212 deletions

View File

@@ -8,10 +8,10 @@ import Quickshell.Io
import Quickshell.Services.SystemTray
import Quickshell.Services.Notifications
import Quickshell.Services.Mpris
import "../../Common"
import qs.Common
import qs.Services
import qs.Widgets
import "../../Common/Utilities.js" as Utils
import "../../Services"
import ".."
PanelWindow {
id: topBar