summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-03-08 11:32:04 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-03-08 11:32:04 -0700
commit0f995bf3b2417ec6ccf0d5afd7dae042bb9ed41e (patch)
tree60821a84b78c86bf37af1f9a2cdfbd3fb82c5f10
parent0fa62517d9eb2ae9d94d60ff33d0fdc16e4ada2a (diff)
Add jupyter config
-rw-r--r--.config/i3blocks/config12
-rw-r--r--.profile4
2 files changed, 10 insertions, 6 deletions
diff --git a/.config/i3blocks/config b/.config/i3blocks/config
index d091156..83222c5 100644
--- a/.config/i3blocks/config
+++ b/.config/i3blocks/config
@@ -34,19 +34,19 @@ interval=5
label=
type=mem
-[volume-pulseaudio]
-interval=once
-signal=1
+# [volume-pulseaudio]
+# interval=once
+# signal=1
# MIXER=[determined automatically]
# SCONTROL=[determined automatically]
## Exposed format variables: ${SYMB}, ${VOL}, ${INDEX}, ${NAME}
# LONG_FORMAT="${SYMB} ${VOL}% [${INDEX}:${NAME}]"
# SHORT_FORMAT="${SYMB} ${VOL}% [${INDEX}]"
-AUDIO_HIGH_SYMBOL= 
+# AUDIO_HIGH_SYMBOL= 
# AUDIO_MED_THRESH=50
-AUDIO_MED_SYMBOL= 
+# AUDIO_MED_SYMBOL= 
# AUDIO_LOW_THRESH=0
-AUDIO_LOW_SYMBOL= 
+# AUDIO_LOW_SYMBOL= 
# AUDIO_DELTA=5
# DEFAULT_COLOR="#ffffff"
# MUTED_COLOR="#a0a0a0"
diff --git a/.profile b/.profile
index 993d83b..2a33e09 100644
--- a/.profile
+++ b/.profile
@@ -32,4 +32,8 @@ if command -v ruby >/dev/null 2>&1; then
fi
## Jupyter lab.
+export JUPYTER_CONFIG_DIR=$HOME/.config/jupyter
export JUPYTERLAB_DIR=$HOME/.local/share/jupyter/lab
+
+ ## iPython.
+export IPYTHONDIR=$HOME/.config/ipython