-
-
Notifications
You must be signed in to change notification settings - Fork 738
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 mode toggle? #157
Comments
You can use |
Hmmm.... -SIGUSR1 doesn't even stop waybar on my system, i have to do a |
SIGUSR1 is not for kill waybar but to hide it ;) |
ah! still a linux rookie ;-) in any case, there is no hiding going on when using -SIGUSR1, the only thing happening is that vim's command line disappears. At least I know now how to get rid of the bar when necessary... a toggle hide mode would still be very much appreciated, though! |
@Alexays To add a bit more detail, if it helps (since your description and @kflak's doesn't mention this): when using sway, sending a On a separate note, thank you for this wonderful project. I needed a |
Done in ecc5f48 |
Cool! Will take a bit more detailed look at this when I have a bit more time. Just a quick question, though: how would you set this up in swayconfig so that fx. ctrl-x would toggle visible/invisible? |
@kflak |
The toggle works fine with SIGUSR1. However, the change of opacity seems not to take, seems like it is stuck on 0.2... And the text as well as all the modules (battery, wifi, etc) are all at 1.0 opacity. How do I make them inherit the .hidded attribute? This is my ~/.config/waybar/style.css:
|
Doh, my stupid! Forgot to update waybar. Please forgive my ignorance. I will go into a corner and shame myself a bit. |
Why is it desinged with a SIGUSR1 ? is that a comman way to do sth like that? |
Hi anyone here got issues with It only hides it but I can't call it back. Using hyprland. |
Gotta use the latest commits then. |
Thanks for a beautiful bar! Just installed it now, and I have a question: is it possible to run something like
to hide the bar? I have been using this with i3bar, and would love this feature in waybar as well!
The text was updated successfully, but these errors were encountered: