nixnew/modules/user/modules/quickshell/shell/bar/BarWidgetInner.qml

9 lines
152 B
QML

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