Skip to content

Commit

Permalink
Better simple config example
Browse files Browse the repository at this point in the history
  • Loading branch information
senorprogrammer committed Sep 8, 2018
1 parent c3e47dd commit e32be09
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions _sample_configs/simple_config.yml
@@ -1,13 +1,13 @@
wtf:
colors:
#background: gray
# background: gray
border:
focusable: darkslateblue
focused: orange
normal: gray
grid:
columns: [40, 40]
rows: [13, 13, 4]
rows: [13, 13, 4, 10]
refreshInterval: 1
mods:
clocks:
Expand All @@ -30,6 +30,26 @@ wtf:
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:
Expand Down Expand Up @@ -57,6 +77,8 @@ wtf:
textfile:
enabled: true
filePath: "~/.config/wtf/config.yml"
format: true
formatStyle: "vim"
position:
top: 1
left: 1
Expand Down

0 comments on commit e32be09

Please sign in to comment.