nosignal-shell/config/BorderConfig.qml
2 * r + 2 * t 96429160c3 feat: user config file
Config file at `~/.config/caelestia/shell.json`
2025-06-15 18:08:45 +10:00

9 lines
236 B
QML

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