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

     1  wtf:
     2    grid:
     3      columns: [20, 20]
     4      rows: [3, 3]
     5    refreshInterval: 1
     6    mods:
     7      uptime:
     8        type: cmdrunner
     9        args: []
    10        cmd: "uptime"
    11        enabled: true
    12        position:
    13          top: 0
    14          left: 0
    15          height: 1
    16          width: 1
    17        refreshInterval: 30