forked from Shinonome/dots-hyprland
19 lines
308 B
QML
19 lines
308 B
QML
//@ pragma UseQApplication
|
|
|
|
import "./modules/bar/"
|
|
import "./modules/screenCorners/"
|
|
import "./modules/sidebarRight/"
|
|
import QtQuick
|
|
import QtQuick.Controls
|
|
import QtQuick.Layouts
|
|
import QtQuick.Window
|
|
import Quickshell
|
|
|
|
ShellRoot {
|
|
Bar {}
|
|
SidebarRight {}
|
|
ScreenCorners {}
|
|
ReloadPopup {}
|
|
}
|
|
|