diff options
| author | Asko Nõmm <asko@nmm.ee> | 2026-04-29 21:09:33 +0300 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2026-04-29 21:09:33 +0300 |
| commit | 482bae0e04f9f83553366f2375fe489909c82599 (patch) | |
| tree | 800002d7f1d0be2eeb82d327e95bdf4b628a1835 /README.md | |
| parent | a6f72b1793d31845453da166d9cb9b9fc154cfe5 (diff) | |
Rename project to plasma-task-manager-notifications
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -34,14 +34,14 @@ This installs the binary to `~/.local/bin/` and the systemd service to `~/.confi ### Enable at login ```bash -systemctl --user enable --now notification-badge.service +systemctl --user enable --now plasma-task-manager-notifications.service ``` ### Check status ```bash -systemctl --user status notification-badge.service -journalctl --user -u notification-badge.service -f +systemctl --user status plasma-task-manager-notifications.service +journalctl --user -u plasma-task-manager-notifications.service -f ``` ## Uninstall @@ -55,7 +55,7 @@ make uninstall Run manually (logs to stderr): ```bash -notification-badge +plasma-task-manager-notifications ``` Test with a sample notification: |
