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 { (mkIf config.services.swaync.enable {
"custom/notification" = { "custom/notification" = {
tooltip = false; tooltip = false;
format = "{icon}"; format = "{icon} ";
format-icons = { format-icons = {
notification = "󱅫"; notification = "󱥁";
none = "󰂚"; none = "󰍥";
dnd-notification = "󱏧"; dnd-notification = "󱅮";
dnd-none = "󱏧"; dnd-none = "󱅯";
}; };
return-type = "json"; return-type = "json";
exec = "swaync-client -swb"; exec = "swaync-client -swb";