progress save

This commit is contained in:
kossLAN 2025-08-10 01:41:30 -04:00
parent fa7d012416
commit d32bedda31
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8
9 changed files with 293 additions and 249 deletions

View file

@ -3,7 +3,7 @@
import Quickshell
import QtQuick
import "bar" as Bar
import "bar"
import "notifications" as Notifications
import "mpris" as Mpris
import "volume-osd" as VolumeOSD
@ -14,7 +14,7 @@ import "wallpaper" as Wallpaper
import "screencapture" as ScreenCapture
ShellRoot {
Bar.Controller {}
Bar {}
Wallpaper.Controller {}
Notifications.Controller {}
VolumeOSD.Controller {}