Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (22 loc) · 1.18 KB

README.md

File metadata and controls

25 lines (22 loc) · 1.18 KB

deadd_control

A bash script to control deadd linux notifications center daemon 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