From 0206e61a3cf400dc606d84c1c2c28edcf5384c0d Mon Sep 17 00:00:00 2001 From: The_miro Date: Mon, 31 Mar 2025 10:42:06 +0200 Subject: [PATCH] made the ip display a little more responsive by upping the pollrate --- .zshrc | 4 ++++ desktopenvs/hyprland/eww/eww.yuck | 2 +- nvim/coc-settings.json | 3 +++ 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 nvim/coc-settings.json diff --git a/.zshrc b/.zshrc index 2662bf3..8b386c2 100755 --- a/.zshrc +++ b/.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 diff --git a/desktopenvs/hyprland/eww/eww.yuck b/desktopenvs/hyprland/eww/eww.yuck index f48985a..a9c9f08 100644 --- a/desktopenvs/hyprland/eww/eww.yuck +++ b/desktopenvs/hyprland/eww/eww.yuck @@ -88,7 +88,7 @@ "scripts/activewindow") -(defpoll IP :interval "20s" +(defpoll IP :interval "5s" "scripts/ip") (defpoll volume :interval "0.5s" diff --git a/nvim/coc-settings.json b/nvim/coc-settings.json new file mode 100644 index 0000000..d7f6fb0 --- /dev/null +++ b/nvim/coc-settings.json @@ -0,0 +1,3 @@ +{ + "snippets.ultisnips.pythonPrompt": false +} \ No newline at end of file