From e32be09f0942d3c0d3c08e7a669355817c119035 Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Sat, 8 Sep 2018 07:56:03 -0700 Subject: [PATCH] Better simple config example --- _sample_configs/simple_config.yml | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/_sample_configs/simple_config.yml b/_sample_configs/simple_config.yml index 34e9de9f..5373ac61 100644 --- a/_sample_configs/simple_config.yml +++ b/_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: @@ -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: @@ -57,6 +77,8 @@ wtf: textfile: enabled: true filePath: "~/.config/wtf/config.yml" + format: true + formatStyle: "vim" position: top: 1 left: 1