Initial commit

This commit is contained in:
Daniel Fichtinger 2025-07-17 22:57:25 -04:00
commit fd68d9f463
10 changed files with 662 additions and 0 deletions

23
windows/README.md Normal file
View file

@ -0,0 +1,23 @@
# niri-windows
Waybar module for counting windows open in current workspace.
## Features
- Tracks the state of windows per workspace.
- Shows number of windows in the focused workspace.
- Hover to show the applications and window titles.
## Usage
Add the following snippet to the module configuration section of your Waybar
config:
```jsonc
"custom/colcount": {
"exec": "~/path/to/niri-windows.py",
"return-type": "json",
"restart-interval": "never",
"format": "{} ",
},
```