themed icons for states

This commit is contained in:
Damocles 2026-04-12 14:37:37 +02:00
parent a67cdbd66f
commit df58449ef5
4 changed files with 13 additions and 4 deletions

View file

@ -52,7 +52,9 @@ M.BarSection {
M.BarIcon {
icon: "\uF294"
color: root.state === "off" ? M.Theme.base04 : M.Theme.base05
color: root.state === "connected" ? M.Theme.base0D
: root.state === "off" ? M.Theme.base04
: M.Theme.base05
anchors.verticalCenter: parent.verticalCenter
}
M.BarLabel {