Rebase: Created version v2, removed useless commits.

This commit is contained in:
Keyitdev
2022-06-22 19:23:30 +02:00
commit 2ecbac9890
86 changed files with 7797 additions and 0 deletions
@@ -0,0 +1,32 @@
[module/date]
type = internal/date
; Seconds to sleep between updates
; Default: 1.0
interval = 1
; See "https://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 = %a %d %b
; Optional time format
time = %H:%M
; if `date-alt` or `time-alt` is defined, clicking
; the module will toggle between formats
date-alt = %A %d %B %Y
time-alt = %H:%M:%S
; Available tags:
; <label> (default)
format = <label>
format-prefix = " "
format-prefix-foreground = ${color.red}
format-background = ${color.background}
format-padding = 2
; Available tokens:
; %date%
; %time%
; Default: %date%
label = %date% %time%