remove the nextcloud and wifi modules for the tray ones
This commit is contained in:
parent
47d5321743
commit
3eda03e1d8
|
@ -17,7 +17,7 @@
|
||||||
(defpoll WLAN_ICON :interval "1m" "scripts/wifi --ICON")
|
(defpoll WLAN_ICON :interval "1m" "scripts/wifi --ICON")
|
||||||
(defpoll HOST :interval "1h" "hostname")
|
(defpoll HOST :interval "1h" "hostname")
|
||||||
(defpoll DISK :interval "1m" "disk")
|
(defpoll DISK :interval "1m" "disk")
|
||||||
(defpoll nextcloud :interval "2s" "scripts/nextcloud.sh")
|
;; (defpoll nextcloud :interval "2s" "scripts/nextcloud.sh")
|
||||||
(deflisten volume_percent :interval "0.5s" "tail -F /tmp/vol")
|
(deflisten volume_percent :interval "0.5s" "tail -F /tmp/vol")
|
||||||
(deflisten appname "scripts/appname")
|
(deflisten appname "scripts/appname")
|
||||||
|
|
||||||
|
@ -237,15 +237,6 @@
|
||||||
(label
|
(label
|
||||||
:text ""))))
|
:text ""))))
|
||||||
|
|
||||||
(defwidget nextcloud_button []
|
|
||||||
(box
|
|
||||||
:class "nc_button"
|
|
||||||
:orientation "h"
|
|
||||||
:tooltip "${nextcloud}"
|
|
||||||
(button
|
|
||||||
:onclick "nextcloud"
|
|
||||||
"${nextcloud == "Connected - Success" ? "" : nextcloud == "Connected - Success, some files were ignored." ? "" : ""}")))
|
|
||||||
|
|
||||||
(defwidget sep []
|
(defwidget sep []
|
||||||
(label
|
(label
|
||||||
:class "separ"
|
:class "separ"
|
||||||
|
@ -309,7 +300,6 @@
|
||||||
:class "right_sep"
|
:class "right_sep"
|
||||||
:text "|")
|
:text "|")
|
||||||
(tray)
|
(tray)
|
||||||
(wifi)
|
|
||||||
(notif_button)))
|
(notif_button)))
|
||||||
|
|
||||||
(defwidget bar_layout []
|
(defwidget bar_layout []
|
||||||
|
|
Loading…
Reference in a new issue