From d519b322ae87aa0579572f04265b9498070f0168 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 19 Nov 2022 20:26:14 -0500 Subject: [PATCH] * .local/bin/my-i3status: Switch to Python 3. --- .local/bin/my-i3status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/my-i3status b/.local/bin/my-i3status index 2831c15..7c8dc7f 100755 --- a/.local/bin/my-i3status +++ b/.local/bin/my-i3status @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # This script is a simple wrapper which prefixes each i3status line with custom -- 2.20.1