remove the number of notifications

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2025-08-28 23:52:43 +02:00
parent 49f4828046
commit c853611916
2 changed files with 1 additions and 2 deletions

View File

@@ -92,7 +92,7 @@
"custom/notification" = {
tooltip = false;
format = "{icon} {}";
format = "{icon}";
format-icons = {
notification = "<span foreground='red'><sup></sup></span>";
none = "";

View File

@@ -1,5 +1,4 @@
{
lib,
config,
pkgs,
...