14 lines
196 B
QML
14 lines
196 B
QML
import Quickshell
|
|
import QtQuick
|
|
|
|
Rectangle {
|
|
z: -1
|
|
color: "black"
|
|
anchors {
|
|
verticalCenter: parent.verticalCenter
|
|
}
|
|
height: 25
|
|
width: parent.width
|
|
radius: 7
|
|
}
|