10 lines
194 B
QML
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
|
|
}
|