All Projects → darkxst → multiple-monitor-panels

darkxst / multiple-monitor-panels

Licence: GPL-3.0 license
Add panels including AppMenu to each additional monitor.

Programming Languages

javascript
184084 projects - #8 most used programming language

Multiple Monitor Panels

Gnome-shell extension that adds top panels including a monitor specific AppMenu to each additional monitor. It also provides support for moving icons/widgets that are created by other extensions onto the secondary monitor.

Install:

One Click Install via extensions.gnome.org

Icon Moving Support:

For Icon moving to work, it requires that the extension adds icon/widget to the panel using the Panel.addToStatusArea API. In the case the extension does not do this, its possible to fake support by adding a reference to the panel. It requires adding the following 2 lines to that extensions.

enable(): Main.panel._statusArea.extensionName = [PanelMenuButton object]; disable(): Main.panel._statusArea.extensionName = null;

Author:

darkxst

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].