mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 14:00:47 -05:00
Update date module
This commit is contained in:
parent
638beed522
commit
1cfcd459e6
1 changed files with 4 additions and 4 deletions
|
@ -428,16 +428,16 @@ interval = 1.0
|
||||||
date = %a, %d %b
|
date = %a, %d %b
|
||||||
|
|
||||||
; Optional time format
|
; Optional time format
|
||||||
time = at %I:%M %p
|
time = at %R
|
||||||
|
|
||||||
; if `date-alt` or `time-alt` is defined, clicking
|
; if `date-alt` or `time-alt` is defined, clicking
|
||||||
; the module will toggle between formats
|
; the module will toggle between formats
|
||||||
;date-alt = It's %A, %d %B %Y
|
date-alt = %m/%d
|
||||||
;time-alt = at %k:%M:%S
|
time-alt = %R
|
||||||
|
|
||||||
; Available tags:
|
; Available tags:
|
||||||
; <label> (default)
|
; <label> (default)
|
||||||
format = %{A1:gsimplecal:} <label> %{A}
|
format = %{A3:gsimplecal:} <label> %{A}
|
||||||
format-prefix = " "
|
format-prefix = " "
|
||||||
format-prefix-foreground = ${color.red}
|
format-prefix-foreground = ${color.red}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue