Files
dotfiles/dot_config/quickshell/shell.qml
T

16 lines
322 B
QML

//@ pragma UseQApplication
import Quickshell
import "notifications"
import "osd"
import "lock"
import "keybinds"
ShellRoot {
NotificationDaemon { id: notifDaemon }
Bar { notifModel: notifDaemon.trackedNotifications; notifDaemon: notifDaemon }
Osd {}
IdleScreen { id: idleScreen }
KeybindsWindow {}
}