Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/urob/komotray
A system tray status indicator for komorebi
https://github.com/urob/komotray
autohotkey komorebi status-indicator system-tray tiling-window-manager
Last synced: about 2 months ago
JSON representation
A system tray status indicator for komorebi
- Host: GitHub
- URL: https://github.com/urob/komotray
- Owner: urob
- Created: 2023-11-20T15:14:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-07T20:23:53.000Z (7 months ago)
- Last Synced: 2024-11-05T02:06:25.724Z (about 2 months ago)
- Topics: autohotkey, komorebi, status-indicator, system-tray, tiling-window-manager
- Language: AutoHotkey
- Homepage:
- Size: 2.26 MB
- Stars: 30
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-komorebi - komotray - A system tray status indicator for komorebi (Tray Indicators)
- awesome-komorebi - komotray - A system tray status indicator for komorebi (Tray Indicators)
README
# komo*Tray*
A system tray status indicator for the [komorebi](https://github.com/LGUG2Z/komorebi/) tiling window manager. It shows the focused workspace and monitor and can be used to interact with komorebi.
## Status indicator
> [!NOTE]
> The preview icons below have white foregrounds. To see them, enable darkmode for your browser or Github.The icon indicates the currently focused monitor using and for the left and right monitor. The number at the center of the icon is the currently focused workspace *on the active monitor*.
For example, the first of the following icons indicates that workspace 1 on the left monitor is focused. The second icon indicates that workspace 1 on the right monitor is focused, etc. The last icon indicates that komorebi is currently paused.
Currently, there are icons included for up to 9 workspaces and for 2 monitors. Setups with more workspaces or more monitors are supported but require adding a suitable collection of icons.
## Usage
To start the tray, simply run the AHK script or the bundled executable. The script detects whether the komorebi server is already running and otherwise starts it.
***Note:*** The first time komo*Tray* is started, the tray icon may eventual disappear in the overflow menu. If this happens simply drag & drop it back to the tray area. After doing this once, Windows should remember the position of komo*Tray* and always show it.
## Tray menu and (optional) hotkeys
A single click on the tray icon will toggle komorebi to pause. A right click opens a menu with additional options to start/restart komorebi or to exit the application. Additional menu options can be configured using the AHK script.
Optionally, komo*Tray* can also be used to configure additional key bindings. See [my personal configuration](komorebi-config) for an example.