From 482bae0e04f9f83553366f2375fe489909c82599 Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Wed, 29 Apr 2026 21:09:33 +0300 Subject: Rename project to plasma-task-manager-notifications --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a31f4fd..d09caac 100644 --- a/README.md +++ b/README.md @@ -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: -- cgit v1.2.3