11 lines
139 B
QML
11 lines
139 B
QML
import Quickshell
|
|
import Quickshell.Hyprland
|
|
import QtQuick
|
|
import "Components/Color.js" as Colors
|
|
|
|
import "Components"
|
|
|
|
Scope {
|
|
Bar {}
|
|
}
|