added ip widget to top bar
parent
7876381491
commit
9a738a6d26
|
|
@ -86,6 +86,10 @@
|
|||
(defpoll activewindow :interval "0.5s"
|
||||
"scripts/activewindow")
|
||||
|
||||
|
||||
(defpoll IP :interval "600s"
|
||||
"hostname -i")
|
||||
|
||||
(defpoll volume :interval "0.5s"
|
||||
"scripts/getvol")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue