Add window title and wm info to Bar
This commit adds the focused window title to the left side of the bar and some WM info (primary count/ratio and # of visible/total windows) to the right side. It also adds new vertical_padding and horizontal_padding config options for the bar.
This commit is contained in:
parent
062748967c
commit
efd0222899
9 changed files with 231 additions and 51 deletions
|
|
@ -2,15 +2,14 @@
|
|||
|
||||
These are in rough order of my priority, though no promises I do them in this order.
|
||||
|
||||
- [ ] 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)
|
||||
- [ ] Add focused window title to bar
|
||||
- [ ] Support overriding config location
|
||||
- [ ] Add support for center-primary layout
|
||||
- [ ] Add bar padding to config
|
||||
- [ ] Support 12-hour clock format (maybe take any time format string?)
|
||||
- [ ] Support per-output bar visibility
|
||||
- [ ] Support more window rule options (e.g. ssd/csd)
|
||||
|
|
@ -49,3 +48,5 @@ These are in rough order of my priority, though no promises I do them in this or
|
|||
- [x] Move orphan handling out of .output and .seat events; into manage()
|
||||
- [x] Add config for single-window width ratio (mostly because my ultrawide makes a single window massive)
|
||||
- [x] Support configuring primary vs secondary stack side
|
||||
- [x] Add focused window title to bar
|
||||
- [x] Add bar padding to config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue