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

https://github.com/davenchy/deadd_control

A bash script to control deadd linux notifications center daemon using notify-send.py
https://github.com/davenchy/deadd_control

automation bash deadd linux notifications tiling-window-manager

Last synced: 4 months ago
JSON representation

A bash script to control deadd linux notifications center daemon using notify-send.py

Awesome Lists containing this project

README

        

# deadd_control

A bash script to control [deadd linux notifications center daemon](https://github.com/phuhl/linux_notification_center) using `notify-send.py`

## Commands

- **start**: Starts the service if not already started!
- **stop**: Stops the service if already started!
- **status**: Checks if the service is already running
- **toggle**: Toggles show/hide state of the notification center
- **pause**: Pauses the popup notifications **(do not disturb mode)**
- **resume**: Resumes the popup notifications
- **cnotifications**: Clears all the notifications
- **cpopups**: Clears all the popped-up notifications
- **reload_css**: Reloads css styles
- **restart**: Restarts the service
- **high**: Sets the state of action button by its id to high
- **low**: Sets the state of action button by its id to low
- **ping**: Send a ping notification for testing
- **ping_normal**: Send a normal notification for testing
- **ping_silent**: Send a silent notification for testing
- **ping_critical**: Send a critical ping notification for testing
- **ping_low**: Send a low ping notification for testing
- **ping_slider**: Send a ping notification with a slider for testing
- **help**: Shows this message