noctalia-shell/Widgets/NDivider.qml
quadbyte 73c7ba8cdc Switched to Material3 colors principle
- works with matugen only for now
- need to restore rosepine
2025-08-14 18:19:02 -04:00

10 lines
194 B
QML

import QtQuick
import Quickshell
import Quickshell.Widgets
import qs.Services
Rectangle {
width: parent.width
height: Math.max(1, Style.borderThin * scaling)
color: Colors.colorOutline
}