Gnome Do Not Disturb
A Vicinae extension to toggle Do Not Disturb mode on Gnome-based Linux systems.
Demo

Features
- Toggle Do Not Disturb mode on/off.
- View current Do Not Disturb status.
This extension uses gsettings command line tool under the hood to interact with Gnome's notification settings.
Getting Started
Installation
- Use the Vicinae extension store to find and install the "Gnome Do Not Disturb" extension.
- Alternatively, clone this repository and follow the development instructions below.
Development
npm install
To run the extension in development mode, use:
npm run dev
To build the extension for production, use:
npm run build
Acknowledgements
Dnd icons created by Pikselan - Flaticon
License
This project is licensed under the MIT License. See the LICENSE file for details.