waffles: osd

This commit is contained in:
end-4
2025-11-23 11:39:11 +01:00
parent 6e986fa8b0
commit 3087e5da92
11 changed files with 337 additions and 10 deletions
@@ -31,7 +31,13 @@ BarButton {
id: internetHoverArea
iconItem: FluentIcon {
anchors.verticalCenter: parent.verticalCenter
icon: WIcons.internetIcon
icon: "wifi-1"
color: Looks.colors.inactiveIcon
FluentIcon {
anchors.fill: parent
icon: WIcons.internetIcon
}
}
}
@@ -39,7 +45,13 @@ BarButton {
id: volumeHoverArea
iconItem: FluentIcon {
anchors.verticalCenter: parent.verticalCenter
icon: WIcons.volumeIcon
icon: "speaker"
color: Looks.colors.inactiveIcon
FluentIcon {
anchors.fill: parent
icon: WIcons.volumeIcon
}
}
onScrollDown: Audio.decrementVolume();
onScrollUp: Audio.incrementVolume();