Files
wayvr/uidev/assets/gui/testbed/icons.xml
2025-06-21 17:39:28 +09:00

12 lines
697 B
XML

<layout>
<elements>
<sprite width="32" height="32" src_ext="/usr/share/icons/nvtop.svg" />
<sprite width="64" height="64" src_ext="/usr/share/icons/nvtop.svg" />
<sprite width="128" height="128" src_ext="/usr/share/icons/nvtop.svg" />
<!-- File not found, will show "Error" in purple -->
<sprite width="32" height="32" src_ext="/this/file/does/not/exist.png" />
<sprite width="32" height="32" src_ext="/usr/share/icons/hicolor/128x128/apps/blueman.png" />
<sprite width="32" height="32" src_ext="/usr/share/icons/hicolor/32x32/apps/blueman.png" />
<sprite width="64" height="64" src_ext="/usr/share/icons/hicolor/64x64/apps/blueman.png" />
</elements>
</layout>