mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-01 22:04:20 +02:00
polybar: change notification icon
This commit is contained in:
parent
411120fdec
commit
113efb421f
1 changed files with 2 additions and 2 deletions
|
@ -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"}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue