nix fmt
This commit is contained in:
parent
4df704844e
commit
9e1716aa39
14 changed files with 154 additions and 102 deletions
|
|
@ -8,9 +8,7 @@ M.BarSection {
|
|||
tooltip: "Temperature: " + root.celsius + "\u00B0C"
|
||||
|
||||
property int celsius: 0
|
||||
readonly property color _stateColor: celsius > 80 ? M.Theme.base08
|
||||
: celsius > 60 ? M.Theme.base09
|
||||
: M.Theme.base0C
|
||||
readonly property color _stateColor: celsius > 80 ? M.Theme.base08 : celsius > 60 ? M.Theme.base09 : M.Theme.base0C
|
||||
|
||||
FileView {
|
||||
id: thermal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue