Numerous optimisations
This commit is contained in:
parent
42fcacb188
commit
aa67831fb6
2 changed files with 0 additions and 38 deletions
|
|
@ -29,7 +29,6 @@
|
||||||
"memory",
|
"memory",
|
||||||
"temperature",
|
"temperature",
|
||||||
"backlight",
|
"backlight",
|
||||||
"keyboard-state",
|
|
||||||
"sway/language",
|
"sway/language",
|
||||||
"battery",
|
"battery",
|
||||||
"battery#bat2",
|
"battery#bat2",
|
||||||
|
|
@ -51,15 +50,6 @@
|
||||||
"default": ""
|
"default": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"keyboard-state": {
|
|
||||||
"numlock": true,
|
|
||||||
"capslock": true,
|
|
||||||
"format": "{name} {icon}",
|
|
||||||
"format-icons": {
|
|
||||||
"locked": "",
|
|
||||||
"unlocked": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"sway/mode": {
|
"sway/mode": {
|
||||||
"format": "<span style=\"italic\">{}</span>"
|
"format": "<span style=\"italic\">{}</span>"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -44,34 +44,6 @@ fi
|
||||||
export WORKON_HOME=~/.virtualenvs
|
export WORKON_HOME=~/.virtualenvs
|
||||||
source /usr/bin/virtualenvwrapper_lazy.sh
|
source /usr/bin/virtualenvwrapper_lazy.sh
|
||||||
|
|
||||||
chpwd() {
|
|
||||||
src_dir="$(readlink -f ~/src/)/"
|
|
||||||
if [[ $PWD == "$src_dir"* ]]; then
|
|
||||||
if git status &>/dev/null; then
|
|
||||||
venv_name=$(basename $(git rev-parse --show-toplevel))
|
|
||||||
if [[ -n "$VIRTUAL_ENV" ]]; then
|
|
||||||
current_venv_name=$(basename "$VIRTUAL_ENV")
|
|
||||||
if [[ "$current_venv_name" != "$venv_name" ]]; then
|
|
||||||
deactivate
|
|
||||||
workon "$venv_name"
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
if workon | grep -q "$venv_name"; then
|
|
||||||
workon "$venv_name"
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
if [[ -n "$VIRTUAL_ENV" ]]; then
|
|
||||||
deactivate
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
if [[ -n "$VIRTUAL_ENV" ]]; then
|
|
||||||
deactivate
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
gpg-connect-agent updatestartuptty /bye >/dev/null
|
gpg-connect-agent updatestartuptty /bye >/dev/null
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue