Rewrite shell configuration options as well as read/write functionality as plugin #143

Merged
zach merged 9 commits from refactor/config-rw-plugin into main 2026-08-14 18:54:33 +02:00
2 changed files with 1 additions and 7 deletions
Showing only changes of commit 6ec58cb73a - Show all commits
+1 -1
View File
@@ -24,7 +24,7 @@ CustomRect {
anchors.centerIn: parent
color: root.visibilities.dashboard ? Colors.palette.m3onPrimary : Colors.palette.m3onSurface
font: Config.appearance.font.family.mono // qmllint disable incompatible-type
font: Config.appearance.font.family.mono
text: Time.dateStr
Behavior on color {
-6
View File
@@ -29,10 +29,4 @@ MaterialIcon {
Anim {
}
}
StateLayer {
onClicked: {
Config.bar.border = (Config.bar.border === 4 ? 8 : 4);
}
}
}