polybar/modules/date.ini 271 B raw
1
[module/date]
2
type = internal/date
3
interval = 1
4
5
date = %H:%M
6
date-alt = %Y-%m-%d %H:%M:%S
7
8
format = <label>
9
format-background = ${colors.background}
10
format-padding = 1
11
format-prefix = "󰅐 "
12
format-prefix-foreground = ${colors.primary}
13
14
label = %date%
15
16
; vim:ft=dosini