1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-01 09:19:26 +00:00

[neovim] Add rose-pine theme and some refactors

This commit is contained in:
2024-03-17 18:25:34 +01:00
parent aceaa089f0
commit e7bf2eb91d
11 changed files with 112 additions and 44 deletions

View File

@ -3,7 +3,7 @@
URL=${1:-1.0.0.1}
output=$(fping --quiet --outage --count=5 "$URL" 2>&1)
outage_output=""
outage_output=""
outage_color="FFFFFF"
avg_output=""
avg_color="FFFFFF"