import QtQuick import Quickshell import Quickshell.Widgets import qs.Commons import qs.Services Rectangle { width: parent.width height: Math.max(1, Style.borderThin * scaling) color: Colors.mOutline }