blob: f46bc31e0fdfb90705178708c379f94af66b66e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# waybar-modules
Custom waybar modules to extent the usability of waybar.
## Focused window
Waybar has a module for showing the _app_id_ with it's _title_ but adding anything between them will stay even when it's empty.
The `waybar-window` module shows the _app_id_ with it's _title_ beside it with a `|` between them.
Much of this module's inspiration is taken from 1jehuang's [niri-workspaces-rs](https://github.com/1jehuang/niri-workspaces-rs/blob/43061415a7707d32757e02c76c9a662aee488c94/assets/demo.gif) Github repo.
## Recording status
For recording the screen `gpu-screen-recorder` seems to be the best option. It provides options to record monitor, focused window, choosing through portal and region. It also gives options to record in different video and audio formats. The codec can also be changed.
# LICENSE
MIT
|