Skip to content

Commit

Permalink
Resource: add apps category icon (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed May 15, 2024
1 parent fc8ed4c commit 1b37c6b
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 1 deletion.
151 changes: 151 additions & 0 deletions data/applications.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions data/gresource.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<gresources>
<gresource prefix="/io/elementary/settings/keyboard">
<file compressed="true">Behavior.css</file>
<file alias="io.elementary.settings.keyboard.applications.svg" compressed="true">applications.svg</file>
<file alias="io.elementary.settings.keyboard.screenshots.svg" compressed="true">screenshots.svg</file>
<file alias="io.elementary.settings.keyboard.windows.svg" compressed="true">windows.svg</file>
</gresource>
Expand Down
2 changes: 1 addition & 1 deletion src/Shortcuts/Backend/ShortcutsList.vala
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ namespace Keyboard.Shortcuts {
add_action (ref screenshot_group, Schema.GALA, _("Copy an area to clipboard"), "area-screenshot-clip");

launchers_group = {};
launchers_group.icon_name = "preferences-desktop-applications";
launchers_group.icon_name = "io.elementary.settings.keyboard.applications";
launchers_group.label = _("Applications");
add_action (ref launchers_group, Schema.MEDIA, _("Email"), "email");
add_action (ref launchers_group, Schema.MEDIA, _("Home Folder"), "home");
Expand Down

0 comments on commit 1b37c6b

Please sign in to comment.