1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

feat: update config

This commit is contained in:
retgits 2019-05-07 20:59:00 -07:00
parent ac87145749
commit ea302d80ca
No known key found for this signature in database
GPG Key ID: 9D3AD75D6182395C

View File

@ -1,26 +1,35 @@
wtf: wtf:
colors: colors:
# background: gray background: black
border: border:
focusable: darkslateblue focusable: darkslateblue
focused: orange focused: orange
normal: gray normal: gray
checked: yellow
highlight:
fore: black
back: gray
rows:
even: yellow
odd: white
grid: grid:
columns: [40, 40] columns: [40, 40]
rows: [13, 13, 4, 10] rows: [4, 13, 9]
refreshInterval: 1 refreshInterval: 1
openFileUtil: "open"
mods: mods:
clocks: # You can have multiple widgets of the same type.
# The "key" is the name of the widget and the type is the actual
# widget you want to implement
time:
title: "Vacation time"
type: clocks
colors: colors:
rows: rows:
even: "lightblue" even: "lightblue"
odd: "white" odd: "white"
enabled: true enabled: true
locations: locations:
Avignon: "Europe/Paris"
Barcelona: "Europe/Madrid"
Dubai: "Asia/Dubai"
UTC: "Etc/UTC"
Vancouver: "America/Vancouver" Vancouver: "America/Vancouver"
Toronto: "America/Toronto" Toronto: "America/Toronto"
position: position:
@ -30,60 +39,67 @@ wtf:
width: 1 width: 1
refreshInterval: 15 refreshInterval: 15
sort: "alphabetical" sort: "alphabetical"
ipinfo: utc:
title: "UTC"
type: clocks
colors: colors:
name: "lightblue" rows:
value: "white" even: "lightblue"
odd: "white"
enabled: true enabled: true
locations:
UTC: "Etc/UTC"
GMT: "Etc/GMT"
position: position:
top: 3 top: 0
left: 0
height: 1
width: 1
refreshInterval: 150
power:
enabled: true
position:
top: 3
left: 1 left: 1
height: 1 height: 1
width: 1 width: 1
refreshInterval: 15 refreshInterval: 15
title: "⚡️" sort: "alphabetical"
security: ip:
enabled: true type: ipinfo
position: title: "My IP"
top: 1 colors:
left: 0 name: "lightblue"
height: 1 value: "white"
width: 1
refreshInterval: 3600
status:
enabled: true enabled: true
position: position:
top: 2 top: 2
left: 0 left: 0
height: 1 height: 1
width: 1 width: 1
refreshInterval: 1 refreshInterval: 150
system: battery:
type: power
title: "⚡️"
enabled: true enabled: true
position: position:
top: 0 top: 2
left: 1 left: 1
height: 1 height: 1
width: 1 width: 1
refreshInterval: 15
security_info:
type: security
title: "Staying safe"
enabled: true
position:
top: 1
left: 0
height: 1
width: 1
refreshInterval: 3600 refreshInterval: 3600
textfile: readme:
type: textfile
enabled: true enabled: true
filePaths: filePaths:
- "~/.config/wtf/config.yml" - "~/.config/wtf/config.yml"
- "~/.config/wtf/log.txt"
format: true format: true
formatStyle: "vim" formatStyle: "monokai"
position: position:
top: 1 top: 1
left: 1 left: 1
height: 2 height: 1
width: 1 width: 1
refreshInterval: 15 refreshInterval: 15