---
On my system there were applications that only installed an icon for
128x128. E.g. wezterm: https://archlinux.org/packages/community/x86_64/wezterm/files/
swayr/src/config.rs | 1 +
1 file changed, 1 insertion(+)
diff --git a/swayr/src/config.rs b/swayr/src/config.rs
index 816f972..4a759a0 100644
--- a/swayr/src/config.rs+++ b/swayr/src/config.rs
@@ -297,6 +297,7 @@ impl Default for Format {
urgency_end: Some("</span>".to_string()),
icon_dirs: Some(vec![
"/usr/share/icons/hicolor/scalable/apps".to_string(),
+ "/usr/share/icons/hicolor/128x128/apps".to_string(), "/usr/share/icons/hicolor/64x64/apps".to_string(),
"/usr/share/icons/hicolor/48x48/apps".to_string(),
"/usr/share/icons/Adwaita/64x64/apps".to_string(),
--
2.38.1