forked from Shinonome/dots-hyprland
26 lines
331 B
QML
26 lines
331 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 {
|
|
}
|
|
|
|
}
|