You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a status tool that sends icons (using SNI) to the swaybar tray. It basically works but I am having some troubles getting the tray to pick up some icons.
In the theme I am using (Paper), it does match some files for certain icons in directories like 24x24 but not for other directories. So what I have is some icons showing up on the swaybar but not others. In particular, icons in the scalable directories are missing.
Is there any known reason icons in this directory may not be picked up? This directory is usually where icon themes dump their symbolic icons in 'SVG' format (in various subdirs).
To test this further, I have modified swaybar/tray/icon.c to print the directories found by find_theme_subdirs(). The scalable directories do show up in the debug output. If I copy the .svg files manually to a directory such as 24x24, they are also displayed properly -- so it is not a problem with the icons. However, I don't want to do this (or make users do this), the stock theme should be usable outside of the box IMO.
Hi,
I am working on a status tool that sends icons (using SNI) to the swaybar tray. It basically works but I am having some troubles getting the tray to pick up some icons.
In the theme I am using (Paper), it does match some files for certain icons in directories like
24x24
but not for other directories. So what I have is some icons showing up on the swaybar but not others. In particular, icons in thescalable
directories are missing.Is there any known reason icons in this directory may not be picked up? This directory is usually where icon themes dump their symbolic icons in 'SVG' format (in various subdirs).
To test this further, I have modified
swaybar/tray/icon.c
to print the directories found byfind_theme_subdirs()
. Thescalable
directories do show up in the debug output. If I copy the.svg
files manually to a directory such as24x24
, they are also displayed properly -- so it is not a problem with the icons. However, I don't want to do this (or make users do this), the stock theme should be usable outside of the box IMO.index.theme.txt
I have attached
index.theme
for Paper if that helps any.The text was updated successfully, but these errors were encountered: