From 2d01d8d7c613da137c0f7184b8f4f9378a38ad18 Mon Sep 17 00:00:00 2001 From: ryukamish Date: Wed, 15 Jul 2026 23:22:51 +0530 Subject: intial commit --- .gitignore | 1 + README.md | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..901b6e6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*/target/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..f46bc31 --- /dev/null +++ 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 -- cgit v1.3