home/programs/waybar: update notifications icon

This commit is contained in:
Anthony Rodriguez 2024-11-27 17:45:30 +01:00
parent e4b5c00f7c
commit 7be50b28f4
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -156,12 +156,12 @@ in {
(mkIf config.services.swaync.enable {
"custom/notification" = {
tooltip = false;
format = "{icon}";
format = "{icon} ";
format-icons = {
notification = "󱅫";
none = "󰂚";
dnd-notification = "󱏧";
dnd-none = "󱏧";
notification = "󱥁";
none = "󰍥";
dnd-notification = "󱅮";
dnd-none = "󱅯";
};
return-type = "json";
exec = "swaync-client -swb";