made the ip display a little more responsive by upping the pollrate

main
The_miro 2025-03-31 10:42:06 +02:00
parent 87c607c100
commit 0206e61a3c
3 changed files with 8 additions and 1 deletions

4
.zshrc
View File

@ -199,3 +199,7 @@ calc() { printf "%s\n" "$@" | bc -l; }
eval "$(starship init zsh)" eval "$(starship init zsh)"
export PATH=$PATH:/home/themiro/.spicetify 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

View File

@ -88,7 +88,7 @@
"scripts/activewindow") "scripts/activewindow")
(defpoll IP :interval "20s" (defpoll IP :interval "5s"
"scripts/ip") "scripts/ip")
(defpoll volume :interval "0.5s" (defpoll volume :interval "0.5s"

3
nvim/coc-settings.json Normal file
View File

@ -0,0 +1,3 @@
{
"snippets.ultisnips.pythonPrompt": false
}