diff --git a/de/home/.config/eww/eww.scss b/de/home/.config/eww/eww.scss index 101143c..313fa85 100644 --- a/de/home/.config/eww/eww.scss +++ b/de/home/.config/eww/eww.scss @@ -77,13 +77,13 @@ $home-widget-border-hover-color: rgba($color5,0.3); revealer.home { font-size: 0.95em; padding-bottom: 25px; - &>box { // & scrolledwindow, viewport.frame, box.home { //box.home { - & scrolledwindow>*, viewport.frame, box.home { //box.home { +// & scrolledwindow>*, viewport.frame, box.home { //box.home { // border: 3px solid blue; +// border-radius: 0px 20px 0px 20px; - } +// } margin: 3px 10px; &:first-child { padding-top: 10px; @@ -197,7 +197,7 @@ revealer.home { border: 2px solid $home-widget-border-color; border-radius: $home-widget-border-radius; background-color: $home-widget-bg-color; - box-shadow: 0px 0px 9px 0px $home-widget-bg-color; +// box-shadow: 0px 0px 9px 0px $home-widget-bg-color; } .revealer-title { background-color: $home-widget-border-color; diff --git a/de/home/.config/eww/eww.yuck b/de/home/.config/eww/eww.yuck index 73bdd7d..de84c9f 100644 --- a/de/home/.config/eww/eww.yuck +++ b/de/home/.config/eww/eww.yuck @@ -21,7 +21,7 @@ :windowtype "normal" :exclusive false :geometry (geometry - :y "27px" +; :y "27px" ; :width "300px" :height "100%" :anchor "center left") diff --git a/de/home/.config/eww/modules/bar/bluetooth.yuck b/de/home/.config/eww/modules/bar/bluetooth.yuck index 9f2cb1e..07de837 100644 --- a/de/home/.config/eww/modules/bar/bluetooth.yuck +++ b/de/home/.config/eww/modules/bar/bluetooth.yuck @@ -18,4 +18,5 @@ (for device in array (button :onclick {(device.connected == "yes") ? 'bluetoothctl disconnect "${device.address}"' : 'bluetoothctl connect "${device.address}"'} :class {(device.connected == "yes") ? "active" : "inactive"} + :tooltip "${device.name}" "${device.icon}")))) diff --git a/de/home/.config/eww/modules/bar/revealer-on-hover.yuck b/de/home/.config/eww/modules/bar/revealer-on-hover.yuck index a62d344..bfaa98b 100644 --- a/de/home/.config/eww/modules/bar/revealer-on-hover.yuck +++ b/de/home/.config/eww/modules/bar/revealer-on-hover.yuck @@ -4,7 +4,10 @@ :orientation "h" :space-evenly false (eventbox - :onhover "${EWW_CMD} update ${revealvar-name}=true" +; :onhover "${EWW_CMD} update ${revealvar-name}=true" + :onscroll "echo {}" +; :onscroll "/usr/bin/env bash 'if [[]] ${EWW_CMD} update ${revealvar-name}=true'" + :onhoverlost "${EWW_CMD} update ${revealvar-name}=false" :onhoverlost "${EWW_CMD} update ${revealvar-name}=false" (box :space-evenly false diff --git a/de/home/.config/eww/modules/home/shortcuts.yuck b/de/home/.config/eww/modules/home/shortcuts.yuck index dafc2e2..251d010 100644 --- a/de/home/.config/eww/modules/home/shortcuts.yuck +++ b/de/home/.config/eww/modules/home/shortcuts.yuck @@ -28,14 +28,16 @@ :onclick "hass-cli -a services -I area_id -i left_bedroom -d light -s toggle" (label :justify "center" - :text "󱣝")) + :text "󱣝" + :tooltip "Turn on bedroom lights")) (button :width 60 :height 60 :onclick "librewolf-profile Penelope 'https://hass.pogmom.me'" (label :justify "center" - :text "󰟐"))) + :text "󰟐" + :tooltip "Home Assistant"))) (box :visible {jq(workspacesArray, '.[]\|select(.focused==true).num') <= 10} :orientation "h" @@ -47,21 +49,24 @@ :onclick "librewolf-profile Penelope 'https://cloud.pogmom.me'" (label :justify "center" - :text "")) + :text "" + :tooltip "Nextcloud")) (button :width 60 :height 60 :onclick "librewolf-profile Penelope 'https://masto.pogmom.me'" (label :justify "center" - :text "󰫑")) + :text "󰫑" + :tooltip "Mastodon")) (button :width 60 :height 60 :onclick "librewolf-profile Penelope 'https://watch.pogmom.me'" (label :justify "center" - :text ""))) + :text "" + :tooltip "Jellyfin"))) (box :visible {(jq(workspacesArray, '.[]\|select(.focused==true).num') <= 20) && (jq(workspacesArray, '.[]\|select(.focused==true).num') >= 11)} :orientation "h" @@ -74,7 +79,8 @@ :tooltip "smb://server-hp-y2z63av" (label :justify "center" - :text "󰡰")) + :text "󰡰" + :tooltip "Media Server SMB")) (button :width 60 :height 60