nosignal-shell/config/BorderConfig.qml
2 * r + 2 * t bdd37012bb refactor: popout layer consistency with border
Make them use the same background colour and rounding as the border
2025-05-06 18:15:06 +10:00

13 lines
291 B
QML

pragma Singleton
import "root:/services"
import Quickshell
import QtQuick
Singleton {
id: root
readonly property color colour: Colours.palette.m3surface
readonly property int thickness: Appearance.padding.normal
readonly property int rounding: Appearance.rounding.large
}