From 7a0772ed0be72598677478ad9c4051306a258dd3 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Thu, 20 Apr 2017 03:29:14 +0200
Subject: [PATCH] w530 ansible: Ensure python3 is installed so i3status wrapper
 works.

---
 ansible/files/apt-mark/basic_x_tools | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ansible/files/apt-mark/basic_x_tools b/ansible/files/apt-mark/basic_x_tools
index ce715a3..9c68622 100644
--- a/ansible/files/apt-mark/basic_x_tools
+++ b/ansible/files/apt-mark/basic_x_tools
@@ -1,5 +1,6 @@
 i3
 i3status
+python3  # this is what the i3status wrapper is written in
 redshift
 suckless-tools  # contains dmenu; not using virtual packages as that won't be marked manually installed
 xterm
-- 
2.30.2