This repository has been archived on 2026-07-13. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
nova-shell/shell/applets/Separator.qml

10 lines
220 B
QML

import QtQuick
import "../services" as S
import NovaStats as NS
Rectangle {
width: (parent?.width ?? 16) - 16
height: 1
anchors.horizontalCenter: parent?.horizontalCenter
color: NS.ThemeService.base03
}