Add a little more text and context to your user experience. Creates a top bar “context” button with the focused window’s icon and title, or an app grid icon if no window is focused. Optionally shows a more customizable clock, the user/host name on the system menu button, and a message on the lock screen. The context button can function both as a toggle from desktop to apps, windows, and back to desktop when clicked, and as an app menu when activated using the secondary mouse button, long-press, or a keyboard shortcut.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 50.6 (11) | Active |
| 50.5 (10) | Active |
| 50.4.3 (9) | Active |
| 50.4.2 (8) | Active |
| 50.4.1 (7) | Rejected |
| 50.4 (6) | Rejected |
| 50.3 (5) | Rejected |
| 50.2 (4) | Rejected |
| 50.1 (3) | Rejected |
| 50.1 (2) | Rejected |
| 50.0 (1) | Rejected |
1. You forgot to rename line 109, 136 `widgets/contextButton.js`. 2. All timeouts in `widgets/clockLabel.js` need to be removed before creating a new one and also on destroy. Also, don't use `timeout_add_once()` if this is not 50 only extension. And as mentioned before, you shouldn't hold source ids for different timeouts in the same property.