Dotfiles/polybar/modules/time.ini

12 lines
192 B
INI
Raw Normal View History

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