16 lines
252 B
QML
16 lines
252 B
QML
|
|
import Quickshell
|
||
|
|
import QtQuick
|
||
|
|
import qs.settings
|
||
|
|
import qs
|
||
|
|
|
||
|
|
PanelWindow {
|
||
|
|
id: root
|
||
|
|
anchors {
|
||
|
|
top: true
|
||
|
|
left: true
|
||
|
|
right: true
|
||
|
|
}
|
||
|
|
implicitHeight: Settings.config.barHeight
|
||
|
|
color: ThemeLoader.colors.base00
|
||
|
|
}
|