mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
43 lines
904 B
YAML
43 lines
904 B
YAML
wtf:
|
|
colors:
|
|
background: black
|
|
border:
|
|
focusable: darkslateblue
|
|
grid:
|
|
columns: [40, 40]
|
|
rows: [16]
|
|
refreshInterval: 1
|
|
mods:
|
|
americas_time:
|
|
title: "Americas"
|
|
type: clocks
|
|
enabled: true
|
|
locations:
|
|
UTC: "Etc/UTC"
|
|
Vancouver: "America/Vancouver"
|
|
New_York: "America/New_York"
|
|
Sao_Paolo: "America/Sao_Paulo"
|
|
Denver: "America/Denver"
|
|
Iqaluit: "America/Iqaluit"
|
|
Bahamas: "America/Nassau"
|
|
Chicago: "America/Chicago"
|
|
position:
|
|
top: 0
|
|
left: 0
|
|
height: 1
|
|
width: 1
|
|
refreshInterval: 15
|
|
sort: "chronological"
|
|
textfile:
|
|
enabled: true
|
|
filePaths:
|
|
- "~/.config/wtf/config.yml"
|
|
format: true
|
|
formatStyle: "vim"
|
|
position:
|
|
top: 0
|
|
left: 1
|
|
height: 1
|
|
width: 1
|
|
refreshInterval: 15
|