more more colors

This commit is contained in:
Damocles 2026-04-12 14:51:21 +02:00
parent c4e4b6ebb2
commit ed72d81f3b
14 changed files with 22 additions and 10 deletions

View file

@ -44,10 +44,12 @@ M.BarSection {
return root.count > 0 ? "\uDB80\uDCA0" : "\uDB82\uDE93";
return root.count > 0 ? "\uDB84\uDD6B" : "\uDB80\uDC9C";
}
color: root.count > 0 ? M.Theme.base09 : (root.dnd ? M.Theme.base04 : M.Theme.base09)
anchors.verticalCenter: parent.verticalCenter
}
M.BarLabel {
label: root.count > 0 ? String(root.count) : ""
color: M.Theme.base09
anchors.verticalCenter: parent.verticalCenter
}