Wtfui表格配置。

可执行文件

  采用官方的github项目编译出win10平台和Linux平台的可执行文件。访问我的Wtfui的github仓库可以直接下载使用,配置参考文档

配置文件

config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
wtf:
colors:
background: black
border:
focusable: darkslateblue
focused: orange
normal: gray
grid:
columns: [40, 35, 35, 35]
rows: [10, 10, 10, 10]
refreshInterval: 150
mods:
todo:
checkedIcon: "X"
colors:
checked: gray
highlight:
fore: "black"
back: "orange"
enabled: true
filename: "todo.yml"
position:
top: 0
left: 0
height: 2
width: 1
refreshInterval: 3600
prettyweather:
enabled: true
city: "ChongQing"
position:
top: 1
left: 1
height: 1
width: 1
refreshInterval: 300
unit: "m"
view: 0
language: "en"
ipinfo:
colors:
name: red
value: white
enabled: true
position:
top: 2
left: 0
height: 1
width: 1
refreshInterval: 150
clocks:
colors:
rows:
even: "lightblue"
odd: "white"
enabled: true
locations:
# From https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
Shanghai: "Asia/Shanghai"
Chongqing: "Asia/Chongqing"
position:
top: 0
left: 1
height: 1
width: 1
refreshInterval: 60
# Valid options are: alphabetical, chronological
sort: "alphabetical"
# docker:
# type: docker
# enabled: true
# labelColor: lightblue
# position:
# top: 0
# left: 2
# height: 1
# width: 1
# refreshInterval: 60
resourceusage:
cpuCombined: false
enabled: true
position:
top: 2
left: 1
height: 1
width: 1
refreshInterval: 60
graphIcon: "+"
showCPU: true
showMem: true
showSwp: true

Todo配置文件

/可以获取帮助

config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
items:
- checked: false
checkedicon: x
text: 写Wtfui的配置文档
uncheckedicon: ' '
- checked: false
checkedicon: x
text: 写Scheme的文档
uncheckedicon: ' '
- checked: false
checkedicon: x
text: 写Dockerfilee文档
uncheckedicon: ' '