Files
dotfiles/quickshell/bar/widgets/common/Container.qml
doloro 2e94f6dac3 meow
2025-09-22 20:55:16 +00:00

14 lines
196 B
QML
Executable File

import Quickshell
import QtQuick
Rectangle {
z: -1
color: "black"
anchors {
verticalCenter: parent.verticalCenter
}
height: 25
width: parent.width
radius: 7
}