mue/src/widgets/time/time.config.ts

21 lines
292 B
TypeScript

const config = {
enabled: true,
appearance: {
font: "Lexend Deca",
font_size: 16,
font_weight: 400,
},
type: "digital",
formats: [
{
type: "digital",
},
{
type: "analog",
rounded_background: true,
}
]
};
export default config;