summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-28 18:57:51 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-28 18:57:51 +1000
commitc9f1d4138fd62ad61d108b48cc618e5d38ae499f (patch)
treecb51305b7e70533fe32dd679b6a1c8d8ae6fb66d /config
parentreadme: add stuff (diff)
downloadcaelestia-shell-c9f1d4138fd62ad61d108b48cc618e5d38ae499f.tar.gz
caelestia-shell-c9f1d4138fd62ad61d108b48cc618e5d38ae499f.tar.bz2
caelestia-shell-c9f1d4138fd62ad61d108b48cc618e5d38ae499f.zip
config: fix overwrite on startup
Diffstat (limited to 'config')
-rw-r--r--config/BorderConfig.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/config/BorderConfig.qml b/config/BorderConfig.qml
index 7e95054..b15811f 100644
--- a/config/BorderConfig.qml
+++ b/config/BorderConfig.qml
@@ -1,9 +1,6 @@
-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
}