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:
parent
b7929a8a03
commit
e24b0c65bb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue