mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-12 03:49:57 -05:00
11 lines
203 B
QML
11 lines
203 B
QML
import QtQuick
|
|
import QtQuick.Layouts
|
|
import qs.modules.waffle.looks
|
|
|
|
Rectangle {
|
|
Layout.fillHeight: false
|
|
Layout.fillWidth: true
|
|
color: Looks.colors.bgPanelSeparator
|
|
implicitHeight: 1
|
|
}
|