more more colors
This commit is contained in:
parent
c4e4b6ebb2
commit
ed72d81f3b
14 changed files with 22 additions and 10 deletions
|
|
@ -61,13 +61,13 @@ M.BarSection {
|
|||
return "\uDB85\uDE16";
|
||||
return "\uDB82\uDCFD";
|
||||
}
|
||||
color: root.state === "disconnected" ? M.Theme.base08 : M.Theme.base05
|
||||
color: root.state === "disconnected" ? M.Theme.base08 : M.Theme.base0C
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
}
|
||||
Text {
|
||||
visible: root.state === "wifi"
|
||||
text: root.essid
|
||||
color: root.state === "disconnected" ? M.Theme.base08 : M.Theme.base05
|
||||
color: root.state === "disconnected" ? M.Theme.base08 : M.Theme.base0C
|
||||
font.pixelSize: M.Theme.fontSize + 1
|
||||
font.family: M.Theme.fontFamily
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue