Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sentriz/google-meet-mic-title


https://github.com/sentriz/google-meet-mic-title

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

## google meet mic title

chrome extension to update the document title (and window title) based on microphone mute/unmute events (eg. ctrl+d in browser)

this brings info to the desktop environment level where it can be parsed

eg. [swaywm](https://swaywm.org/)

```shell
$ swaymsg -t get_tree | jq -r '.. | select(.pid?) | .name | capture("meet mic (?on|off)") | "mic is \(.status)"'
mic is on
```

now it can be put in something like swaybar