mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
17 lines
279 B
YAML
17 lines
279 B
YAML
wtf:
|
|
grid:
|
|
columns: [20, 20]
|
|
rows: [3, 3]
|
|
refreshInterval: 1
|
|
mods:
|
|
uptime:
|
|
type: cmdrunner
|
|
args: [""]
|
|
cmd: "uptime"
|
|
enabled: true
|
|
position:
|
|
top: 0
|
|
left: 0
|
|
height: 1
|
|
width: 1
|
|
refreshInterval: 30 |