Files
illogical-impulse/dots/.config/quickshell/ii/modules/waffle/looks/WPanelSeparator.qml
T

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
}