wbar: add volume and battery icons

This commit is contained in:
end-4
2025-11-10 21:36:08 +01:00
parent 58980959aa
commit 42919c59ec
28 changed files with 313 additions and 10 deletions
@@ -42,17 +42,13 @@ Singleton {
property QtObject family: QtObject {
property string ui: "Noto Sans"
}
property QtObject weight: QtObject {
property int regular: Font.Normal
property QtObject weight: QtObject { // Noto is not Segoe, so we might use slightly different weights
property int regular: Font.Medium
property int strong: Font.DemiBold
property int stronger: Font.Bold
}
property QtObject variableAxes: QtObject {
}
property QtObject pixelSize: QtObject {
property int small: 10
property int normal: 11
property real normal: 11
}
}