-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bar example widget disappears on hyprctl dispatch dpms off #56
Comments
Interesting, I just started using hypridle and I'm not having issues with Fabric. I tested the example bar and everything seems fine. Both with main and other branches. Could you share your |
nothing crazy. i tried
|
Manged to replicate this after leaving my PC for a while:
My app launcher still appears when using my keybind from the same script |
In the code, the only thing I can think of that would result in this issue is the hyprland widget: def reorder_buttons(self):
for _, child in sorted(self._buttons.items(), key=lambda i: i[0]):
self._container.reorder_child(child, (child.id - 1))
return |
Further testing, removing the hyprland widgets will get rid of that error, but the bar will still disappear... seems like we are losing the children of widgets?
|
We have the same Regarding your question about AUR and venvs, There is not much difference besides how you will start your config. |
I have a Hyprland setup with my fabric bar called with
exec = python ~/.garden/fabric/bar.py
. Whenever hypridle runson-timeout = hyprctl dispatch dpms off
and thenon-resume = hyprctl dispatch dpms on
, the example bar disappears.I have a workaround to add this to the bar, but id rather have the widget showing by itself:
The text was updated successfully, but these errors were encountered: