Compare commits
2 commits
6eff8710fd
...
45704cb102
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
45704cb102 | ||
|
|
56aa6dc342 |
2 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import "." as M
|
||||||
|
|
||||||
M.BarIcon {
|
M.BarIcon {
|
||||||
id: root
|
id: root
|
||||||
color: root.active ? (parent?.accentColor ?? M.Theme.base05) : M.Theme.base04
|
color: root.active ? M.Theme.base09 : (parent?.accentColor ?? M.Theme.base05)
|
||||||
tooltip: {
|
tooltip: {
|
||||||
const parts = ["Idle inhibition: " + (root.active ? "active" : "inactive")];
|
const parts = ["Idle inhibition: " + (root.active ? "active" : "inactive")];
|
||||||
if (root._inhibitors)
|
if (root._inhibitors)
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ import "." as M
|
||||||
M.BarSection {
|
M.BarSection {
|
||||||
id: root
|
id: root
|
||||||
spacing: M.Theme.moduleSpacing
|
spacing: M.Theme.moduleSpacing
|
||||||
|
visible: root._title !== ""
|
||||||
|
|
||||||
tooltip: root._appId ? root._appId + "\n" + root._title : root._title
|
tooltip: root._appId ? root._appId + "\n" + root._title : root._title
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue