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
- Host: GitHub
- URL: https://github.com/davenchy/deadd_control
- Owner: Davenchy
- License: mit
- Archived: true
- Created: 2024-02-10T00:16:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-10T04:19:52.000Z (over 1 year ago)
- Last Synced: 2024-10-25T12:35:18.199Z (8 months ago)
- Topics: automation, bash, deadd, linux, notifications, tiling-window-manager
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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