add volume and brightness control

This commit is contained in:
2026-08-18 12:36:52 +02:00
parent 1d59b7808b
commit 7ff0f584e0
14 changed files with 984 additions and 2 deletions
+5
View File
@@ -12,6 +12,11 @@ Singleton {
readonly property int iconSize: 22
readonly property int borderWidth: 1
// Slider groove and knob. The knob is deliberately larger than the groove
// is thick: the sliders get dragged with a finger as well as a pointer.
readonly property int sliderTrack: 6
readonly property int sliderKnob: 16
// Palette
readonly property color background: "#14161b"
readonly property color surface: "#1c1f26"