Make i3 statusbar configuration portable

~/bin/statusbar is a python script on my desktop but on a work machine I
will likely not be using the same script, so make this execute
~/bin/statusbar instead of invoking `python3 -u` on it. Then I can just
repoint the symlink to whatever generated my statusbar.
This commit is contained in:
Trysdyn Black 2020-12-14 21:00:54 -08:00
parent b7929a8a03
commit e24b0c65bb

View file

@ -14,7 +14,7 @@ set $mod Mod4
# i3status bar declarations
bar {
status_command "python3 -u ~/bin/statusbar"
status_command "~/bin/statusbar"
position bottom
font pango:Terminus (TTF), Font Awesome 5 Free Regular 12