feat(bar): add changing icons based on the time

This commit adds a little Easter egg on the time widget.

Use the `changing_icon` setting to enable this feature.

Based on the current time, the widget will use different icons to
indicate certain activities of the day.

00:00 MOON
06:00 ALARM
06:01 BREAD
06:30 BARBELL
08:00 COFFEE
08:30 CLOCK
12:00 HAMBURGER
12:30 CLOCK_AFTERNOON
18:00 FORK_KNIFE
18:30 MOON_STARS
This commit is contained in:
Csaba
2025-03-08 16:33:26 +01:00
committed by LGUG2Z
parent 8e588d0284
commit acf780767c
5 changed files with 122 additions and 27 deletions
+1
View File
@@ -21,6 +21,7 @@ egui-phosphor = "0.9"
font-loader = "0.11"
hotwatch = { workspace = true }
image = "0.25"
lazy_static = { workspace = true }
netdev = "0.32"
num = "0.4"
num-derive = "0.4"