MarcinOrlowski / html-clock-plasmoid

Configurable and lightweight clock widget for KDE. Stylable with QT supported subset of HTML markup, supporting variety of usable placeholders to design clock widget as you like.
67 stars 6 forks source link

4ndr0Glow #55

Closed 4ndr0666 closed 1 year ago

4ndr0666 commented 1 year ago
<html>
<body>
<center>
<span style="font: ProggyCleanTT Nerd Font; font-size: 35px; font-weight: bold; color: #5beedc;">{k}</span>
<span style="font: ProggyCleanTT Nerd Font; font-size: 25px; color: #5beedc;">:</span>
<span style="font: ProggyCleanTT Nerd Font; font-size: 30px; color: white;">{ii}<span style="font-size: 20px; color: #cccccc;"><sup>{ss}</sup></span></span>
</center>
</body>
</html>

2023-02-04_17-15 2023-02-04_17-17

Notes

MarcinOrlowski commented 1 year ago

Thanks for your contribution.