made the ip display a little more responsive by upping the pollrate
parent
87c607c100
commit
0206e61a3c
4
.zshrc
4
.zshrc
|
|
@ -199,3 +199,7 @@ calc() { printf "%s\n" "$@" | bc -l; }
|
|||
eval "$(starship init zsh)"
|
||||
|
||||
export PATH=$PATH:/home/themiro/.spicetify
|
||||
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@
|
|||
"scripts/activewindow")
|
||||
|
||||
|
||||
(defpoll IP :interval "20s"
|
||||
(defpoll IP :interval "5s"
|
||||
"scripts/ip")
|
||||
|
||||
(defpoll volume :interval "0.5s"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"snippets.ultisnips.pythonPrompt": false
|
||||
}
|
||||
Loading…
Reference in New Issue