Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sentriz/google-meet-mic-title
https://github.com/sentriz/google-meet-mic-title
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sentriz/google-meet-mic-title
- Owner: sentriz
- Created: 2021-01-24T21:40:32.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-24T21:42:56.000Z (almost 4 years ago)
- Last Synced: 2024-12-11T22:05:45.620Z (22 days ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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