Refine quickshell bar and Noctalia compatibility

This commit is contained in:
Ryan Hughes
2026-05-14 02:21:48 -04:00
parent 5086654d51
commit 7d2745b6a6
28 changed files with 1096 additions and 699 deletions
@@ -50,6 +50,8 @@ QtObject {
"lock": "\udb80\udd3e", // mdi-lock
"unlock": "\udb80\udd3f",
"refresh": "\udb81\udc50", // mdi-refresh
"ai": "󰚩", // mdi-robot
"robot": "󰚩",
"x": "\udb80\udd56", // mdi-close
"check": "\udb80\udc12", // mdi-check
"chevron-down": "\udb80\udd40",
@@ -10,6 +10,7 @@ QtObject {
id: root
// Radii.
readonly property real radiusXXS: 1
readonly property real radiusXS: 2
readonly property real radiusS: 3
readonly property real radiusM: 4
@@ -22,6 +23,7 @@ QtObject {
// Margins / paddings. Noctalia uses two parallel scales for margins (one
// tighter, one looser); we map them to the same values.
readonly property real marginXXS: 1
readonly property real marginXS: 2
readonly property real marginS: 4
readonly property real marginM: 6