summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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