mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
Drop hardcoded assets, have a handle actor instead, change its align to move it. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2717>
15 lines
525 B
XML
15 lines
525 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<gresources>
|
|
<gresource prefix="/org/gnome/shell/theme">
|
|
<file>calendar-today.svg</file>
|
|
<file>calendar-today-light.svg</file>
|
|
<file>gnome-shell-dark.css</file>
|
|
<file>gnome-shell-light.css</file>
|
|
<file>gnome-shell-high-contrast.css</file>
|
|
<file>gnome-shell-start.svg</file>
|
|
<file>pad-osd.css</file>
|
|
<file>process-working-light.svg</file>
|
|
<file>process-working-dark.svg</file>
|
|
<file>workspace-placeholder.svg</file>
|
|
</gresource>
|
|
</gresources>
|