more more colors
This commit is contained in:
parent
c4e4b6ebb2
commit
ed72d81f3b
14 changed files with 22 additions and 10 deletions
|
|
@ -4,6 +4,7 @@ import "." as M
|
|||
|
||||
M.BarIcon {
|
||||
id: root
|
||||
color: root.active ? M.Theme.base0A : M.Theme.base04
|
||||
tooltip: "Idle inhibition: " + (root.active ? "active" : "inactive")
|
||||
|
||||
property bool active: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue