mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-22 12:49:02 +03:00
5870316724
- classic style loads its background from "config's_tmp_path/background" so from "launcher folder/background" by default - icons will be changed in some future
12 lines
No EOL
364 B
XML
12 lines
No EOL
364 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<gresources>
|
|
<gresource prefix="/org/app">
|
|
<file compressed="true">images/icon.png</file>
|
|
</gresource>
|
|
<gresource prefix="/org/app">
|
|
<file compressed="true">images/modern.svg</file>
|
|
</gresource>
|
|
<gresource prefix="/org/app">
|
|
<file compressed="true">images/classic.svg</file>
|
|
</gresource>
|
|
</gresources> |