Refresh puter UI, power telemetry and demand-aware monitoring
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
|
||||
<!-- Circular loop: concentric radii 300 and 188, exactly 112 units thick.
|
||||
Stem: x=212...324, also 112 units, tangent to the outer circle.
|
||||
A single outline avoids overlapping glass surfaces at the join. -->
|
||||
<path fill="#f2fff7" fill-rule="evenodd" d="
|
||||
M 212 454
|
||||
A 300 300 0 1 1 324 687.760561259
|
||||
L 324 814
|
||||
A 56 56 0 0 1 212 814
|
||||
Z
|
||||
M 324 454
|
||||
A 188 188 0 1 0 700 454
|
||||
A 188 188 0 1 0 324 454
|
||||
Z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 546 B |
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
|
||||
<!-- Constant-width 48-unit capsule, separate editable Composer layer. -->
|
||||
<path d="M 504 462 L 574 392" fill="none" stroke="#f2fff7" stroke-width="48" stroke-linecap="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 280 B |
Binary file not shown.
|
Before Width: | Height: | Size: 19 KiB |
+16
-14
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"fill" : {
|
||||
"linear-gradient" : [
|
||||
"display-p3:0.36538,0.78082,0.24349,1.00000",
|
||||
"display-p3:0.22503,0.48767,0.15523,1.00000"
|
||||
"display-p3:0.14000,0.43000,0.33000,1.00000",
|
||||
"display-p3:0.03500,0.18000,0.16000,1.00000"
|
||||
],
|
||||
"orientation" : {
|
||||
"start" : {
|
||||
@@ -19,30 +19,32 @@
|
||||
{
|
||||
"layers" : [
|
||||
{
|
||||
"image-name" : "puter-white.png",
|
||||
"name" : "puter-white",
|
||||
"opacity-specializations" : [
|
||||
{
|
||||
"appearance" : "dark",
|
||||
"value" : 0.6
|
||||
}
|
||||
],
|
||||
"fill" : {
|
||||
"solid" : "display-p3:0.95000,1.00000,0.97000,1.00000"
|
||||
},
|
||||
"image-name" : "loop-p-geometric.svg",
|
||||
"name" : "Circular loop p · 112pt",
|
||||
"position" : {
|
||||
"scale" : 0.9,
|
||||
"scale" : 1,
|
||||
"translation-in-points" : [
|
||||
0,
|
||||
0
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"image-name" : "meter-needle-geometric.svg",
|
||||
"name" : "Meter needle",
|
||||
"fill" : { "solid" : "display-p3:0.95000,1.00000,0.97000,1.00000" }
|
||||
}
|
||||
],
|
||||
"shadow" : {
|
||||
"kind" : "neutral",
|
||||
"opacity" : 0.5
|
||||
"opacity" : 0.35
|
||||
},
|
||||
"translucency" : {
|
||||
"enabled" : true,
|
||||
"value" : 0.5
|
||||
"value" : 0.25
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -52,4 +54,4 @@
|
||||
],
|
||||
"squares" : "shared"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user