Add sundials to clock theme

This commit is contained in:
Pieter Vander Vennet 2024-08-16 02:38:00 +02:00
parent 8e18864daa
commit a9839f83bf
2 changed files with 17 additions and 0 deletions

View file

@ -47,6 +47,10 @@
{
"if": "display=digital",
"then": "./assets/layers/clock/clock_digital.svg"
},
{
"if": "display=sundial",
"then": "./assets/layers/clock/sundial.svg"
}
]
}
@ -562,6 +566,9 @@
]
}
],
"filter": [
"display"
],
"deletion": true,
"allowMove": true
}

View file

@ -16,5 +16,15 @@
"Robin van der Linde"
],
"sources": []
},
{
"path": "sundial.svg",
"license": "CC0-1.0",
"authors": [
"OpenClipArt"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Sundial_2r.jpg "
]
}
]