From 3eda03e1d879510860676191f540481aa16a488a Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sun, 23 Jun 2024 14:17:28 -0500 Subject: [PATCH] remove the nextcloud and wifi modules for the tray ones --- .config/eww/eww.yuck | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.config/eww/eww.yuck b/.config/eww/eww.yuck index 15192f2..71beb88 100644 --- a/.config/eww/eww.yuck +++ b/.config/eww/eww.yuck @@ -17,7 +17,7 @@ (defpoll WLAN_ICON :interval "1m" "scripts/wifi --ICON") (defpoll HOST :interval "1h" "hostname") (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 appname "scripts/appname") @@ -237,15 +237,6 @@ (label :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 [] (label :class "separ" @@ -309,7 +300,6 @@ :class "right_sep" :text "|") (tray) - (wifi) (notif_button))) (defwidget bar_layout []