Dotfiles/polybar/modules/date.ini

12 lines
188 B
INI
Raw Normal View History

2023-02-03 18:12:16 +00:00
[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}