made ip module only show one address

main
The_miro 2025-03-29 16:37:36 +01:00
parent 39a1e96102
commit 7328523865
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -88,8 +88,8 @@
"scripts/activewindow") "scripts/activewindow")
(defpoll IP :interval "600s" (defpoll IP :interval "20s"
"hostname -i") "hostname -i | tr ' ' '\n' | head -n1 | tail -n1")
(defpoll volume :interval "0.5s" (defpoll volume :interval "0.5s"
"scripts/getvol") "scripts/getvol")