diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-11-20 20:55:24 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-11-20 22:02:02 +0100 |
commit | 8376ae9c4a6587cb664c353c1649fad666e1fbf2 (patch) | |
tree | 9006e1546f4f34aab4b203bf93033cdf2f08812d /resources/resources.gresource.xml | |
parent | 5ebfebb8fc08c7b5fc7fee85afeca270d712ae13 (diff) | |
download | fiv-8376ae9c4a6587cb664c353c1649fad666e1fbf2.tar.gz fiv-8376ae9c4a6587cb664c353c1649fad666e1fbf2.tar.xz fiv-8376ae9c4a6587cb664c353c1649fad666e1fbf2.zip |
Add some custom action buttons to the sidebar
So far they're inactive, and do not do anything.
Change the icon for the current directory to stand out.
Diffstat (limited to 'resources/resources.gresource.xml')
-rw-r--r-- | resources/resources.gresource.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/resources/resources.gresource.xml b/resources/resources.gresource.xml new file mode 100644 index 0000000..b229292 --- /dev/null +++ b/resources/resources.gresource.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<gresources> + <gresource prefix="/org/gnome/design/IconLibrary/"> + <file preprocess="xml-stripblanks">circle-filled-symbolic.svg</file> + <file preprocess="xml-stripblanks">funnel-symbolic.svg</file> + </gresource> +</gresources> |