diff --git a/modules/Bar.qml b/modules/Bar.qml index 7bfc4ed..f492ba5 100644 --- a/modules/Bar.qml +++ b/modules/Bar.qml @@ -27,6 +27,18 @@ PanelWindow { opacity: M.Theme.barOpacity } + Rectangle { + anchors.top: parent.top + anchors.left: parent.left + anchors.right: parent.right + height: 3 + gradient: Gradient { + orientation: Gradient.Horizontal + GradientStop { position: 0; color: M.Theme.base0C } + GradientStop { position: 1; color: M.Theme.base09 } + } + } + Item { anchors.fill: parent anchors.leftMargin: M.Theme.barPadding