1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00
wtf/_sample_configs/bargraph_config.yml
Chris Cummer 82e4602dc3 Make BarGraph example graph icon configurable
Set 'wtf.mods.bargraph.graphIcon` to the string you want to use as the
graph icon.
2018-06-21 20:35:39 -07:00

22 lines
371 B
YAML

wtf:
colors:
border:
focusable: darkslateblue
focused: orange
normal: gray
grid:
columns: [40, 40]
rows: [13, 13, 4]
refreshInterval: 1
mods:
bargraph:
enabled: true
graphIcon: "🍎"
position:
top: 2
left: 0
height: 2
width: 2
refreshInterval: 30
updateInterval: 15