elementary / quick-settings

Access frequently used settings and system actions
GNU General Public License v3.0
2 stars 0 forks source link

Keyboard shortcut support to toggle default/dark style #30

Open cassidyjames opened 2 years ago

cassidyjames commented 2 years ago

Problem

We've received requests for a keyboard shortcut to toggle default/light visual style (https://github.com/elementary/switchboard-plug-keyboard/issues/398), and I think that makes sense—but we need something to actually listen for this keyboard shortcut (and contain the GSettings key to change it).

Apologies if this is the wrong place; I think Gala makes sense since it would be listening to keyboard shortcuts, but feel free to move if not.

Proposal

Gala should have a GSetting for a default/dark visual style toggle, then we can expose that in the Shortcuts overlay, System Settings, etc. We'd probably also read this setting from an indicator to show accelerators if we add a dark style toggle there.

Prior Art (Optional)

No response