mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-08 13:30: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
|
||||
|
||||
; Optional time format
|
||||
time = at %I:%M %p
|
||||
time = at %R
|
||||
|
||||
; if `date-alt` or `time-alt` is defined, clicking
|
||||
; the module will toggle between formats
|
||||
;date-alt = It's %A, %d %B %Y
|
||||
;time-alt = at %k:%M:%S
|
||||
date-alt = %m/%d
|
||||
time-alt = %R
|
||||
|
||||
; Available tags:
|
||||
; <label> (default)
|
||||
format = %{A1:gsimplecal:} <label> %{A}
|
||||
format = %{A3:gsimplecal:} <label> %{A}
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = ${color.red}
|
||||
|
||||
|
|
Loading…
Reference in a new issue