polybar: change notification icon

This commit is contained in:
Vincent Bernat 2021-07-14 17:25:41 +02:00
parent 411120fdec
commit 113efb421f

View file

@ -62,8 +62,8 @@ icons = {
"wifi-medium": icon(2, ""), "wifi-medium": icon(2, ""),
"wifi-high": icon(2, ""), "wifi-high": icon(2, ""),
"wired": icon(2, ""), "wired": icon(2, ""),
"notifications-enabled": icon(2, ""), "notifications-enabled": icon(2, ""),
"notifications-disabled": icon(2, ""), "notifications-disabled": icon(2, "🔕"),
} }
application_icons_nomatch = icon(2, "") application_icons_nomatch = icon(2, "")
application_icons_alone = {application_icons[k] for k in {"vbeterm"}} application_icons_alone = {application_icons[k] for k in {"vbeterm"}}