configs/arch-config/.config/polybar/modules/date.ini

19 lines
595 B
INI
Raw Normal View History

2020-08-23 20:02:31 +02:00
[module/date]
;https://github.com/jaagr/polybar/wiki/Module:-date
type = internal/date
; Seconds to sleep between updates
interval = 5
; See "http://en.cppreference.com/w/cpp/io/manip/put_time" for details on how to format the date string
; NOTE: if you want to use syntax tags here you need to use %%{...}
;date = " %d-%m-%Y"
2020-11-23 21:29:52 +01:00
date =
date-alt = " %Y-%m-%d"
time = " %H:%M"
time-alt =
format-prefix =
2020-08-23 20:02:31 +02:00
format-prefix-foreground = ${colors.orange}
2020-11-23 21:29:52 +01:00
format-underline = ${colors.violet}
2020-08-23 20:02:31 +02:00
format-foreground = ${colors.foreground}
2020-11-23 21:29:52 +01:00
format-background = ${colors.modbackground}
2020-10-12 19:53:09 +02:00
label = %date% %time%