waybar-modules

extend waybar functionality with custom waybar modules
Log | Files | Refs | README

README.md (833B)


      1 # waybar-modules
      2 
      3 Custom waybar modules to extent the usability of waybar.
      4 
      5 ## Focused window
      6 
      7 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.
      8 
      9 The `waybar-window` module shows the _app_id_ with it's _title_ beside it with a `|` between them.
     10 
     11 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.
     12 
     13 ## Recording status
     14 
     15 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.
     16 
     17 # LICENSE
     18 
     19 MIT