Implement configurable component locations in bar
This allows the user to configure which component (title, wm_info, clock) is rendered to which part of the bar (left, right, center). You can also use `none` to hide the location.
This commit is contained in:
parent
bce58855ab
commit
040ccc14f3
5 changed files with 104 additions and 68 deletions
|
|
@ -2,12 +2,12 @@
|
|||
|
||||
These are in rough order of my priority, though no promises I do them in this order.
|
||||
|
||||
- [ ] Support window tag/order caching between WM restarts (within a river session)
|
||||
- [ ] Add gap support
|
||||
- [ ] Add build-time options for including the wallpaper (and maybe bar)
|
||||
- [ ] Check pointer position and only warp if not on focused window already
|
||||
- [ ] Change focus direction when closing window
|
||||
- [ ] Use set_xcursor_theme request
|
||||
- [ ] Support configuring bar item positions (left/center/right)
|
||||
- [ ] Support overriding config location
|
||||
- [ ] Add support for center-primary layout
|
||||
- [ ] Support per-output bar visibility
|
||||
|
|
@ -50,3 +50,4 @@ These are in rough order of my priority, though no promises I do them in this or
|
|||
- [x] Add focused window title to bar
|
||||
- [x] Add bar padding to config
|
||||
- [x] Support 12-hour clock format (maybe take any time format string?)
|
||||
- [x] Support configuring bar item positions (left/center/right)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue