~tsdh/public-inbox

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH swaybar] Add 128x128 icons to default config

Details
Message ID
<20221106220804.54137-1-dev@modprog.de>
DKIM signature
missing
Download raw message
Patch: +1 -0
---
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
Details
Message ID
<87pmdxp9ie.fsf@gnu.org>
In-Reply-To
<20221106220804.54137-1-dev@modprog.de> (view parent)
DKIM signature
missing
Download raw message
Hi Roland,

I've applied and pushed your change.

Thanks a lot!
  Tassilo
Reply to thread Export thread (mbox)