diff options
Diffstat (limited to '')
-rw-r--r-- | .config/wtf/config.yml | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/.config/wtf/config.yml b/.config/wtf/config.yml new file mode 100644 index 0000000..c28c57e --- /dev/null +++ b/.config/wtf/config.yml @@ -0,0 +1,82 @@ +wtf: + colors: + border: + focusable: darkslateblue + focused: orange + normal: gray + grid: + columns: [50, 50, 50, 50, 90] + rows: [5, 10, 12, 3, 4, 90] + refreshInterval: 1 + mods: + clocks_a: + colors: + rows: + even: "lightblue" + odd: "white" + enabled: true + locations: + Paris: "Europe/Paris" + New York: "America/New York" + Hong Kong: "Asia/Hong Kong" + position: + top: 0 + left: 1 + height: 1 + width: 1 + refreshInterval: 15 + sort: "alphabetical" + title: "Clocks A" + type: "clocks" + ipinfo: + colors: + name: "lightblue" + value: "white" + enabled: true + position: + top: 1 + left: 1 + height: 1 + width: 1 + refreshInterval: 150 + power: + enabled: true + position: + top: 1 + left: 2 + height: 1 + width: 1 + refreshInterval: 15 + title: "⚡️" + feedreader: + enabled: true + feeds: + - http://feeds.bbci.co.uk/news/rss.xml + feedLimit: 10 + position: + top: 2 + left: 0 + width: 2 + height: 1 + refreshInterval: 900 + hackernews: + enabled: true + numberOfStories: 10 + position: + top: 2 + left: 2 + width: 2 + height: 1 + storyType: top + refreshInterval: 900 + uptime: + args: [""] + cmd: "uptime" + enabled: true + position: + top: 3 + left: 1 + height: 1 + width: 2 + refreshInterval: 30 + type: cmdrunner |