Dotfiles/polybar/modules/date.ini
2023-02-03 19:12:16 +01:00

11 lines
188 B
INI

[module/date]
type = internal/date
interval = 1
date = %d.%m
label-font = 3
label = "%date%"
label-background = ${colors.primary-accent}
label-foreground = ${colors.primary-background}