summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Bacher <[email protected]>2025-05-22 23:00:05 +0200
committerSebastien Bacher <[email protected]>2025-05-22 23:00:05 +0200
commita65bb559ad8b221e58671d4741add9e837156782 (patch)
tree4226cc9656d377b26c8a143d424984ba2ac61e55
parent887430e489828e5cfd08bb1fff462b9172126da1 (diff)
parentb7bd3c7c5637cff421f2ab63194dbf4de22398d6 (diff)
Merge remote-tracking branch 'aleasto/reboot-icon'
* aleasto/reboot-icon: Delete unused icons Use standard symbolic icon for reboot appindicator
-rw-r--r--pixmaps/16x16/reboot-notifier.pngbin898 -> 0 bytes
-rw-r--r--pixmaps/22x22/reboot-notifier.pngbin986 -> 0 bytes
-rw-r--r--pixmaps/22x22/updates-notifier-inactive.pngbin518 -> 0 bytes
-rw-r--r--pixmaps/24x24/reboot-notifier.pngbin990 -> 0 bytes
-rw-r--r--pixmaps/24x24/updates-notifier-inactive.pngbin525 -> 0 bytes
-rw-r--r--pixmaps/48x48/un-reboot.pngbin4396 -> 0 bytes
-rw-r--r--src/reboot.c2
7 files changed, 1 insertions, 1 deletions
diff --git a/pixmaps/16x16/reboot-notifier.png b/pixmaps/16x16/reboot-notifier.png
deleted file mode 100644
index e1b0534c..00000000
--- a/pixmaps/16x16/reboot-notifier.png
+++ /dev/null
Binary files differ
diff --git a/pixmaps/22x22/reboot-notifier.png b/pixmaps/22x22/reboot-notifier.png
deleted file mode 100644
index 50bf6639..00000000
--- a/pixmaps/22x22/reboot-notifier.png
+++ /dev/null
Binary files differ
diff --git a/pixmaps/22x22/updates-notifier-inactive.png b/pixmaps/22x22/updates-notifier-inactive.png
deleted file mode 100644
index f41d6229..00000000
--- a/pixmaps/22x22/updates-notifier-inactive.png
+++ /dev/null
Binary files differ
diff --git a/pixmaps/24x24/reboot-notifier.png b/pixmaps/24x24/reboot-notifier.png
deleted file mode 100644
index b39d3124..00000000
--- a/pixmaps/24x24/reboot-notifier.png
+++ /dev/null
Binary files differ
diff --git a/pixmaps/24x24/updates-notifier-inactive.png b/pixmaps/24x24/updates-notifier-inactive.png
deleted file mode 100644
index cb6ea34d..00000000
--- a/pixmaps/24x24/updates-notifier-inactive.png
+++ /dev/null
Binary files differ
diff --git a/pixmaps/48x48/un-reboot.png b/pixmaps/48x48/un-reboot.png
deleted file mode 100644
index d30c9b19..00000000
--- a/pixmaps/48x48/un-reboot.png
+++ /dev/null
Binary files differ
diff --git a/src/reboot.c b/src/reboot.c
index b975a334..2c7acd68 100644
--- a/src/reboot.c
+++ b/src/reboot.c
@@ -245,7 +245,7 @@ do_reboot_check (TrayApplet *ta)
if (tray_applet_ui_get_visible (ta))
return;
tray_applet_ui_ensure (ta);
- tray_applet_ui_set_icon(ta, "un-reboot");
+ tray_applet_ui_set_icon(ta, "system-reboot-symbolic");
tray_applet_ui_set_single_action(ta, _("System restart required"),
G_CALLBACK (button_release_cb), ta);
tray_applet_ui_set_visible (ta, TRUE);