diff --git a/polybar/config b/polybar/config index 9330ded..63266d1 100644 --- a/polybar/config +++ b/polybar/config @@ -307,7 +307,7 @@ format-disconnected = [module/date] type = internal/date -interval = 5 +interval = 1 date = date-alt = " %Y-%m-%d" diff --git a/zsh/zshrc b/zsh/zshrc index ee0144a..1aafd96 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -1,4 +1,4 @@ -export PATH=$HOME/.config/bin:$PATH:$HOME/.local/bin:$HOME/.local/share/texlive/2021/bin/x86_64-linux +export PATH=$HOME/.config/bin:$PATH:$HOME/.local/bin:$HOME/.local/share/texlive/2021/bin/x86_64-linux:$HOME/.local/share/cargo/bin export MANPATH=$MANPATH:$HOME/.local/share/texlive/2021/texmf-dist/doc/man export INFOPATH=$INFOPATH:$HOME/.local/share/texlive/2021/texmf-dist/doc/info