Skip to content

Commit

Permalink
Add a note about Gnome extension
Browse files Browse the repository at this point in the history
  • Loading branch information
2e3s committed Jul 7, 2024
1 parent ddfe972 commit 8a82b9f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ as soon as the environment has the necessary interfaces.
| Wayland + KDE | :yellow_circle: [^3] | :green_circle: |
| Wayland + Gnome | :yellow_circle: [^4] | :green_circle: |

> [!IMPORTANT]
> Gnome watcher in Wayland requires [this extension](https://extensions.gnome.org/extension/5592/focused-window-d-bus/) to be installed.
> Also, if you have problems with tray icons in Gnome, you may try [this extension](https://extensions.gnome.org/extension/615/appindicator-support/) for the bundle (StatusNotifierItem specification).
[^1]: A few other DEs besides Sway may implement [wlr foreign toplevel protocol](https://wayland.app/protocols/wlr-foreign-toplevel-management-unstable-v1),
[^2]: [KWin idle](https://wayland.app/protocols/kde-idle) and [Idle notify](https://wayland.app/protocols/ext-idle-notify-v1) protocols are supported.
[^3]: KWin doesn't implement any toplevel protocol yet, KWin script is utilized instead (builtin, no actions required).
Expand Down Expand Up @@ -159,6 +163,4 @@ to build the "dist" folder,

This should be compiled on nightly. The complete bundled version is also built and released.

Gnome needs [the extension](https://extensions.gnome.org/extension/615/appindicator-support/) to support StatusNotifierItem specification.

The tray can be disabled with `--no-tray` option in the bundled version.

0 comments on commit 8a82b9f

Please sign in to comment.