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

11 lines
192 B
INI

[module/time]
type = internal/date
interval = 1
date = %H:%M
label-font = 3
label = " %date%"
label-foreground = ${colors.primary-accent}
label-background = ${colors.primary-background}