-
-
Notifications
You must be signed in to change notification settings - Fork 727
Module: date
patrick96 edited this page Feb 20, 2022
·
9 revisions
This module shows information about the current date.
NOTE: This module supports mostβbut not allβof the formatting sequences that can be found in man date. For example, to display the time in 12-hour format, you can use either %I:%M or %l:%M for a 0-padded hour or a space-padded hour respectively.
Formatting sequences such as %-I (12-hour time without padding) will not work. Use a custom script with the date command as a workaround.
[module/date]
type = internal/date
; Seconds to sleep between updates
; Default: 1.0
interval = 1.0
; 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 = %Y-%m-%d%
; 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-background = #55ff3399
format-foreground = #fff
; Available tokens:
; %date%
; %time%
; Default: %date%
label = %date% %time%
label-font = 3
label-foreground = #9A32DB- π Home
- βΉοΈ Help
- βοΈ Configuration
- π¨ Formatting
- π Fonts
- π₯ Actions
- ποΈ Compiling
- π§ Debugging your Config
- π¬ Inter process messaging
- π€« Known Issues
- π¦ Packaging Polybar
-
For Developers:
- π Release Guidelines
- π¨ Style Guide
- π§ͺ Testing
- π§ Distro Specific Setup
- Modules: