Revealer reverse leaves widget #575
-
Hello! Somehow the revealer doesn't clean up its path after revealing its children. Demovideo.mp4ExpectedI expected to get back to the following state after un-revealing the children: Example code (used in video)
#!/bin/bash
state=$(eww get show_example)
if [[ $state == "true" ]]
then
eww update show_example=false
else
eww update show_example=true
fi What am I doing wrong? |
Beta Was this translation helpful? Give feedback.
Answered by
viandoxdev
Sep 15, 2022
Replies: 1 comment
-
If the gray is the color of the background itself then this is a known limitation, gtk windows never shrink (see #196 a bit long tho so TL;DR gtk problem). You can work around that by using a transparent background window that always occupies the full space and have all your content in a revealer |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
TornaxO7
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the gray is the color of the background itself then this is a known limitation, gtk windows never shrink (see #196 a bit long tho so TL;DR gtk problem). You can work around that by using a transparent background window that always occupies the full space and have all your content in a revealer