Ajout : suppression de la pastille à côté de la cloche de notifications

This commit is contained in:
Hippolyte Chauvin 2023-06-05 22:09:31 +02:00
parent 59b2a495d1
commit aa95184783

View file

@ -39,13 +39,13 @@
"tooltip": false, "tooltip": false,
"format": "{icon} {}", "format": "{icon} {}",
"format-icons": { "format-icons": {
"notification": "󰂚<span foreground='magenta'><sup></sup></span>", "notification": "󰂚",
"none": "󰂚", "none": "󰂚",
"dnd-notification": "󰂛<span foreground='magenta'><sup></sup></span>", "dnd-notification": "󰂛",
"dnd-none": "󰂛", "dnd-none": "󰂛",
"inhibited-notification": "󰂚<span foreground='magenta'><sup></sup></span>", "inhibited-notification": "󰂚",
"inhibited-none": "󰂚", "inhibited-none": "󰂚",
"dnd-inhibited-notification": "󰂛<span foreground='red'><sup></sup></span>", "dnd-inhibited-notification": "󰂛",
"dnd-inhibited-none": "󰂛" "dnd-inhibited-none": "󰂛"
}, },
"return-type": "json", "return-type": "json",