How to query Waybar for its visibility state from a shell script? And how to ask Waybar to specifically show or hide itself (via a separate command for each, i.e. not "toggle")? #2098
Unanswered
SpaceshipOperations
asked this question in
Q&A
Replies: 2 comments
-
@SpaceshipOperations I found |
Beta Was this translation helpful? Give feedback.
0 replies
-
Any progress on this ?? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As the title says, I want to be able to know whether Waybar is currently visible or not from a shell script. Without relying on some WM tool like
swaymsg
to answer the question.I also want to be able to ask Waybar to specifically show or hide itself, i.e. via separate "show" and "hide" commands, which means that the usual
SIGUSR1
won't do it for me because it's a toggle command. Again, I want to be able to communicate directly with Waybar, not relying on some WM proxy command likeswaymsg
.Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions