mirror of
https://github.com/kossLAN/dots.git
synced 2025-11-05 06:59:50 -05:00
progress save
This commit is contained in:
parent
fa7d012416
commit
d32bedda31
9 changed files with 293 additions and 249 deletions
|
|
@ -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 {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue