Add sundials to clock theme
This commit is contained in:
parent
8e18864daa
commit
a9839f83bf
2 changed files with 17 additions and 0 deletions
|
@ -47,6 +47,10 @@
|
||||||
{
|
{
|
||||||
"if": "display=digital",
|
"if": "display=digital",
|
||||||
"then": "./assets/layers/clock/clock_digital.svg"
|
"then": "./assets/layers/clock/clock_digital.svg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"if": "display=sundial",
|
||||||
|
"then": "./assets/layers/clock/sundial.svg"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -562,6 +566,9 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"filter": [
|
||||||
|
"display"
|
||||||
|
],
|
||||||
"deletion": true,
|
"deletion": true,
|
||||||
"allowMove": true
|
"allowMove": true
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,5 +16,15 @@
|
||||||
"Robin van der Linde"
|
"Robin van der Linde"
|
||||||
],
|
],
|
||||||
"sources": []
|
"sources": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "sundial.svg",
|
||||||
|
"license": "CC0-1.0",
|
||||||
|
"authors": [
|
||||||
|
"OpenClipArt"
|
||||||
|
],
|
||||||
|
"sources": [
|
||||||
|
"https://commons.wikimedia.org/wiki/File:Sundial_2r.jpg "
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
Reference in a new issue