added ip widget to top bar

main
The_miro 2025-03-27 23:20:58 +01:00
parent 7876381491
commit 9a738a6d26
1 changed files with 4 additions and 0 deletions

View File

@ -86,6 +86,10 @@
(defpoll activewindow :interval "0.5s"
"scripts/activewindow")
(defpoll IP :interval "600s"
"hostname -i")
(defpoll volume :interval "0.5s"
"scripts/getvol")