1yambar-modules-clock(5)       File Formats Manual      yambar-modules-clock(5)
2
3
4

NAME

6       clock - This module provides the current date and time
7

TAGS

9       ┌─────┬────────┬────────────────────┐
10Name Type   Description        
11       ├─────┼────────┼────────────────────┤
12       │time │ string │ Current time, for‐ │
13       │     │        │ matted using the   │
14       │     │        │ time-format attri‐ │
15       │     │        │ bute               │
16       ├─────┼────────┼────────────────────┤
17       │date │ string │ Current date, for‐ │
18       │     │        │ matted using the   │
19       │     │        │ date-format attri‐ │
20       │     │        │ bute               │
21       └─────┴────────┴────────────────────┘
22

CONFIGURATION

24       ┌────────────┬────────┬─────┬──────────────────┐
25Name        Type   Req Description      
26       ├────────────┼────────┼─────┼──────────────────┤
27       │time-format │ string │ no  │ strftime format‐ │
28       │            │        │     │ ter for the time
29       │            │        │     │ tag (de‐         │
30       │            │        │     │ fault=%H:%M)     │
31       ├────────────┼────────┼─────┼──────────────────┤
32       │date-format │ string │ no  │ strftime format‐ │
33       │            │        │     │ ter for the date
34       │            │        │     │ date (de‐        │
35       │            │        │     │ fault=%x)        │
36       ├────────────┼────────┼─────┼──────────────────┤
37       │utc         │ bool   │ no  │ Use GMT instead  │
38       │            │        │     │ of local time‐   │
39       │            │        │     │ zone (de‐        │
40       │            │        │     │ fault=false)     │
41       └────────────┴────────┴─────┴──────────────────┘
42

EXAMPLES

44           bar:
45             left:
46               - clock:
47                   time-format: "%H:%M %Z"
48                   content:
49                     string: {text: "{date} {time}"}
50

SEE ALSO

52       yambar-modules(5), yambar-particles(5), yambar-tags(5), yambar-decora‐
53       tions(5)
54
55                                  2022-08-26           yambar-modules-clock(5)
Impressum