elkowar / eww

ElKowars wacky widgets
https://elkowar.github.io/eww
MIT License
9.21k stars 379 forks source link

[BUG] Cant place widgets to background #1143

Closed MyGitHubBlueberry closed 2 months ago

MyGitHubBlueberry commented 2 months ago

Checklist before submitting an issue

Description of the bug

Widgets ignore :stacking "bg"

Reproducing the issue

add :stacking "bg" to a widget

for example, widget I use for testing:

(defwindow tray
    :monitor 0
    :stacking "bg"
    :wm-ignore true
    :geometry (geometry 
                    :anchor "top left"
                    :width "2px"
                    :height "2px"
                    :x "82%"
                    :y "50%")
    "test-bg")

Expected behaviour

widget should stay in background

Additional context

I've tried i3 and bspwm. This option is not working for me. Is this is out of support?

MyGitHubBlueberry commented 2 months ago

ye, it isn't working...

MyGitHubBlueberry commented 2 months ago

I have same issue in

MyGitHubBlueberry commented 2 months ago

Uh, it is, i needed to reopen window in xmonad, never mind. But it is issue on other WM's still.