Initial commit
This commit is contained in:
commit
fd68d9f463
10 changed files with 662 additions and 0 deletions
23
windows/README.md
Normal file
23
windows/README.md
Normal 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": "{} ",
|
||||
},
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue