a lot of applications seem to hardcode this location, so it's better to have something default, or default-adjasoned.
16 lines
262 B
INI
16 lines
262 B
INI
[datetime]
|
|
type = internal/date
|
|
label = %date%
|
|
label-foreground = ${colours.primary}
|
|
|
|
[module/date]
|
|
inherit = datetime
|
|
interval = 60
|
|
date = %d/%m/%Y
|
|
|
|
[module/time]
|
|
inherit = datetime
|
|
interval = 1
|
|
date = %H:%M
|
|
date-alt = %H:%M:%S
|