diff options
author | Amin Bandali <bandali@gnu.org> | 2022-11-19 20:26:14 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2022-11-19 20:26:14 -0500 |
commit | d519b322ae87aa0579572f04265b9498070f0168 (patch) | |
tree | 2759477c438fca3312c020ecfde18eb6186e9997 | |
parent | 4c4b967a3bd2d659b3b8229c5caf970bc45a9542 (diff) | |
download | configs-d519b322ae87aa0579572f04265b9498070f0168.tar.gz configs-d519b322ae87aa0579572f04265b9498070f0168.tar.xz configs-d519b322ae87aa0579572f04265b9498070f0168.zip |
* .local/bin/my-i3status: Switch to Python 3.
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/my-i3status | 2 |
1 files changed, 1 insertions, 1 deletions
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 |