mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
12 lines
207 B
QML
12 lines
207 B
QML
import QtQuick
|
|
import QtQuick.Layouts
|
|
import qs.modules.common
|
|
|
|
Rectangle {
|
|
Layout.leftMargin: 4
|
|
Layout.rightMargin: 4
|
|
implicitHeight: 24
|
|
implicitWidth: 1
|
|
color: Looks.colors.bg0Border
|
|
}
|