diff --git a/data/applications.gresource.xml b/data/applications.gresource.xml index 067e48d6..ce573071 100644 --- a/data/applications.gresource.xml +++ b/data/applications.gresource.xml @@ -2,5 +2,9 @@ background.svg + startup-32.svg + startup-32.svg + startup-48.svg + startup-48.svg diff --git a/data/startup-32.svg b/data/startup-32.svg new file mode 100644 index 00000000..036380f7 --- /dev/null +++ b/data/startup-32.svg @@ -0,0 +1,184 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/data/startup-48.svg b/data/startup-48.svg new file mode 100644 index 00000000..6c0afdb1 --- /dev/null +++ b/data/startup-48.svg @@ -0,0 +1,228 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/src/Plug.vala b/src/Plug.vala index 4580f43b..950ec082 100644 --- a/src/Plug.vala +++ b/src/Plug.vala @@ -22,7 +22,7 @@ public class ApplicationsPlug : Switchboard.Plug { private const string DEFAULTS = "preferences-system"; - private const string STARTUP = "system-restart"; + private const string STARTUP = "preferences-desktop-startup"; private const string PERMISSIONS = "permissions"; private Gtk.Grid grid; diff --git a/src/Startup/Startup.vala b/src/Startup/Startup.vala index 95403d6d..55973111 100644 --- a/src/Startup/Startup.vala +++ b/src/Startup/Startup.vala @@ -14,7 +14,7 @@ public class Startup.Plug : Switchboard.SettingsPage { public Plug () { Object ( title: _("Startup"), - icon: new ThemedIcon ("system-restart") + icon: new ThemedIcon ("preferences-desktop-startup") ); }