elementary / wingpanel

Stylish top panel that holds indicators and spawns an application launcher
https://elementary.io
GNU General Public License v3.0
137 stars 44 forks source link

Commandline option to hide/show Wingpanel #424

Closed aral closed 2 years ago

aral commented 2 years ago

Problem

Use case: I want to automate screenshots for my app and for that I want to show/hide Wingpanel.

Proposal

Having the ability to show/hide the system bar using a command-line interface would enable folks who need this functionality for advanced purposes.

Killing the Wingpanel process does not achieve this as it is respawned.

Previously you could remove it from being respawned but now you can’t do that either.

Less clean alternative: document how the Wingpanel process can be killed dead (really dead) :)

Prior Art (Optional)

A lot of tools have a command-line interfaces for advanced functionality that is useful in scripted scenarios.

danirabbit commented 2 years ago

Can you clarify how the panel is related to your app screenshots? Curious about that