mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
73c7ba8cdc
- works with matugen only for now - need to restore rosepine
11 lines
194 B
QML
11 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
|
|
}
|