mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Better simple config example
This commit is contained in:
parent
c3e47dd186
commit
1d39654c05
@ -1,13 +1,13 @@
|
|||||||
wtf:
|
wtf:
|
||||||
colors:
|
colors:
|
||||||
#background: gray
|
# background: gray
|
||||||
border:
|
border:
|
||||||
focusable: darkslateblue
|
focusable: darkslateblue
|
||||||
focused: orange
|
focused: orange
|
||||||
normal: gray
|
normal: gray
|
||||||
grid:
|
grid:
|
||||||
columns: [40, 40]
|
columns: [40, 40]
|
||||||
rows: [13, 13, 4]
|
rows: [13, 13, 4, 10]
|
||||||
refreshInterval: 1
|
refreshInterval: 1
|
||||||
mods:
|
mods:
|
||||||
clocks:
|
clocks:
|
||||||
@ -30,6 +30,26 @@ wtf:
|
|||||||
width: 1
|
width: 1
|
||||||
refreshInterval: 15
|
refreshInterval: 15
|
||||||
sort: "alphabetical"
|
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:
|
security:
|
||||||
enabled: true
|
enabled: true
|
||||||
position:
|
position:
|
||||||
@ -44,7 +64,7 @@ wtf:
|
|||||||
top: 2
|
top: 2
|
||||||
left: 0
|
left: 0
|
||||||
height: 1
|
height: 1
|
||||||
width: 2
|
width: 1
|
||||||
refreshInterval: 1
|
refreshInterval: 1
|
||||||
system:
|
system:
|
||||||
enabled: true
|
enabled: true
|
||||||
@ -56,10 +76,14 @@ wtf:
|
|||||||
refreshInterval: 3600
|
refreshInterval: 3600
|
||||||
textfile:
|
textfile:
|
||||||
enabled: true
|
enabled: true
|
||||||
filePath: "~/.config/wtf/config.yml"
|
filePaths:
|
||||||
|
- "~/.config/wtf/config.yml"
|
||||||
|
- "~/.config/wtf/log.txt"
|
||||||
|
format: true
|
||||||
|
formatStyle: "vim"
|
||||||
position:
|
position:
|
||||||
top: 1
|
top: 1
|
||||||
left: 1
|
left: 1
|
||||||
height: 1
|
height: 2
|
||||||
width: 1
|
width: 1
|
||||||
refreshInterval: 15
|
refreshInterval: 15
|
||||||
|
Loading…
x
Reference in New Issue
Block a user