nixnew/modules/user/modules/quickshell/shell/BarWidgetInner.qml
2024-03-21 06:13:20 -07:00

8 lines
142 B
QML

import QtQuick
Rectangle {
color: ShellGlobals.colors.widget
radius: 5
border.color: ShellGlobals.colors.widgetOutline
border.width: 1
}