1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00
wtf/_sample_configs/simple_config.yml
2018-09-08 07:59:24 -07:00

90 lines
1.7 KiB
YAML

wtf:
colors:
# background: gray
border:
focusable: darkslateblue
focused: orange
normal: gray
grid:
columns: [40, 40]
rows: [13, 13, 4, 10]
refreshInterval: 1
mods:
clocks:
colors:
rows:
even: "lightblue"
odd: "white"
enabled: true
locations:
Avignon: "Europe/Paris"
Barcelona: "Europe/Madrid"
Dubai: "Asia/Dubai"
UTC: "Etc/UTC"
Vancouver: "America/Vancouver"
Toronto: "America/Toronto"
position:
top: 0
left: 0
height: 1
width: 1
refreshInterval: 15
sort: "alphabetical"
ipinfo:
colors:
name: "lightblue"
value: "white"
enabled: true
position:
top: 3
left: 0
height: 1
width: 1
refreshInterval: 150
power:
enabled: true
position:
top: 3
left: 1
height: 1
width: 1
refreshInterval: 15
title: "⚡️"
security:
enabled: true
position:
top: 1
left: 0
height: 1
width: 1
refreshInterval: 3600
status:
enabled: true
position:
top: 2
left: 0
height: 1
width: 1
refreshInterval: 1
system:
enabled: true
position:
top: 0
left: 1
height: 1
width: 1
refreshInterval: 3600
textfile:
enabled: true
filePaths:
- "~/.config/wtf/config.yml"
- "~/.config/wtf/log.txt"
format: true
formatStyle: "vim"
position:
top: 1
left: 1
height: 2
width: 1
refreshInterval: 15