diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-01 18:15:17 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-01 18:38:10 +0200 |
commit | 5619e8d071b31556908610d286a99dbae27afe34 (patch) | |
tree | a8965355821b85b066791b818d9ef654135a0496 /i3 | |
parent | bb4d33730c8406cbd75ed81ad21333142713dbac (diff) | |
download | dotfiles-5619e8d071b31556908610d286a99dbae27afe34.tar.xz |
i3/bar: Move venv to ~/.local/share/i3/venv
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'i3')
-rw-r--r-- | i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -117,7 +117,7 @@ bar { tray_output primary tray_output DP2-2 tray_output eDP1 - status_command ~/.local/venv/bin/python ~/.config/i3/bar.py + status_command ~/.local/share/i3/venv/bin/python ~/.config/i3/bar.py position bottom workspace_buttons yes strip_workspace_numbers yes |