made ip module only show one address
parent
39a1e96102
commit
7328523865
Binary file not shown.
|
|
@ -88,8 +88,8 @@
|
|||
"scripts/activewindow")
|
||||
|
||||
|
||||
(defpoll IP :interval "600s"
|
||||
"hostname -i")
|
||||
(defpoll IP :interval "20s"
|
||||
"hostname -i | tr ' ' '\n' | head -n1 | tail -n1")
|
||||
|
||||
(defpoll volume :interval "0.5s"
|
||||
"scripts/getvol")
|
||||
|
|
|
|||
Loading…
Reference in New Issue