mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
ported some quickshell stuff from rivendell-hyprdots
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
import Quickshell
|
||||
import QtQuick
|
||||
import "bar" as Bar
|
||||
import "notifs" as Notifs
|
||||
import "launcher" as Launcher
|
||||
import "screenshot" as Screenshot
|
||||
import "lock" as Lock
|
||||
|
||||
ShellRoot {
|
||||
Bg {}
|
||||
|
||||
Bar.Bar {
|
||||
id: bar
|
||||
}
|
||||
|
||||
Notifs.Overlay {
|
||||
bar: bar
|
||||
}
|
||||
|
||||
Component.onCompleted: () => {
|
||||
Launcher.Controller.init();
|
||||
Screenshot.Controller.init();
|
||||
Lock.Controller.init();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user