Refine quickshell bar and Noctalia compatibility
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user