commit 2d01d8d7c613da137c0f7184b8f4f9378a38ad18 Author: ryukamish <[email protected]> Date: Wed, 15 Jul 2026 23:22:51 +0530 intial commit Diffstat:
| A | .gitignore | | | 1 | + |
| A | README.md | | | 19 | +++++++++++++++++++ |
2 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -0,0 +1 @@ +*/target/ diff --git a/README.md b/README.md @@ -0,0 +1,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