github.com/wtfutil/wtf@v0.43.0/_sample_configs/uniconfig.yml (about)

     1  wtf:
     2    colors:
     3      background: black
     4      border:
     5        focusable: darkslateblue
     6    grid:
     7      columns: [40, 40]
     8      rows: [16]
     9    refreshInterval: 1
    10    mods:
    11      americas_time:
    12        title: "Americas"
    13        type: clocks
    14        enabled: true
    15        locations:
    16          UTC: "Etc/UTC"
    17          Vancouver: "America/Vancouver"
    18          New_York: "America/New_York"
    19          Sao_Paolo: "America/Sao_Paulo"
    20          Denver: "America/Denver"
    21          Iqaluit: "America/Iqaluit"
    22          Bahamas: "America/Nassau"
    23          Chicago: "America/Chicago"
    24        position:
    25          top: 0
    26          left: 0
    27          height: 1
    28          width: 1
    29        refreshInterval: 15
    30        sort: "chronological"
    31      textfile:
    32        enabled: true
    33        filePaths:
    34          - "~/.config/wtf/config.yml"
    35        format: true
    36        formatStyle: "vim"
    37        position:
    38          top: 0
    39          left: 1
    40          height: 1
    41          width: 1
    42        refreshInterval: 15