Wire up TagOverlay into Config
The tag overlay still isn't actually created anywhere, but now it can be configured.
This commit is contained in:
parent
ceabd231fe
commit
2bef233d8f
5 changed files with 335 additions and 11 deletions
|
|
@ -2,8 +2,7 @@
|
|||
|
||||
These are in rough order of my priority, though no promises I do them in this order.
|
||||
|
||||
- [ ] Implement a river-tag-overlay clone
|
||||
- [ ] Add options to the bar and river-tag-overlay
|
||||
- [ ] Add options to the bar
|
||||
- [ ] Make a Rect struct to combine x, y, width, and height
|
||||
- [ ] Support window rules (float/tags/SSD by app-id/title)
|
||||
- [ ] Support overriding config location
|
||||
|
|
@ -29,3 +28,5 @@ These are in rough order of my priority, though no promises I do them in this or
|
|||
- [x] Implement primary count/ratio per tagmask
|
||||
- [x] Add primary_count and primary_ratio to Config
|
||||
- [x] Implement an optional clock bar
|
||||
- [x] Implement a river-tag-overlay clone
|
||||
- [x] Add options to the tag overlay
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue