Changed: ReGreet

This commit is contained in:
2025-04-01 01:37:47 +02:00
parent 7a485c2bcf
commit 450c8c6273
2 changed files with 21 additions and 15 deletions

View File

@@ -50,14 +50,14 @@ greeting_msg = "Hey there, Master."
[widget.clock]
# strftime format argument
# See https://docs.rs/jiff/0.1.14/jiff/fmt/strtime/index.html#conversion-specifications
format = "%A"
format = "%A %T"
# How often to update the text
resolution = "500ms"
# Override system timezone (IANA Time Zone Database name, aka /etc/zoneinfo path)
# Remove to use the system time zone.
timezone = "America/Chicago"
timezone = "Europe/Berlin"
# Ask GTK to make the label at least this wide. This helps keeps the parent element layout and width consistent.
# Experiment with different widths, the interpretation of this value is entirely up to GTK.