From d1d431ec6d9cca2d95e5878d2b4b2774f67d9097 Mon Sep 17 00:00:00 2001 From: Tobias Witek Date: Sat, 16 Sep 2017 16:48:13 +0200 Subject: [PATCH] [doc] Include required i3wm version in README.md fixes #173 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 27e8f1b..aaf0e30 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ I hope you like it and appreciate any kind of feedback: Bug reports, Feature req Thanks a lot! +Required i3wm version: 4.12+ (in earlier versions, blocks won't have background colors) + Supported Python versions: 2.7, 3.3, 3.4, 3.5, 3.6 Explicitly unsupported Python versions: 3.2 (missing unicode literals)