diff options
| author | Sebastien Bacher <[email protected]> | 2025-05-22 23:00:05 +0200 |
|---|---|---|
| committer | Sebastien Bacher <[email protected]> | 2025-05-22 23:00:05 +0200 |
| commit | a65bb559ad8b221e58671d4741add9e837156782 (patch) | |
| tree | 4226cc9656d377b26c8a143d424984ba2ac61e55 | |
| parent | 887430e489828e5cfd08bb1fff462b9172126da1 (diff) | |
| parent | b7bd3c7c5637cff421f2ab63194dbf4de22398d6 (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.png | bin | 898 -> 0 bytes | |||
| -rw-r--r-- | pixmaps/22x22/reboot-notifier.png | bin | 986 -> 0 bytes | |||
| -rw-r--r-- | pixmaps/22x22/updates-notifier-inactive.png | bin | 518 -> 0 bytes | |||
| -rw-r--r-- | pixmaps/24x24/reboot-notifier.png | bin | 990 -> 0 bytes | |||
| -rw-r--r-- | pixmaps/24x24/updates-notifier-inactive.png | bin | 525 -> 0 bytes | |||
| -rw-r--r-- | pixmaps/48x48/un-reboot.png | bin | 4396 -> 0 bytes | |||
| -rw-r--r-- | src/reboot.c | 2 |
7 files changed, 1 insertions, 1 deletions
diff --git a/pixmaps/16x16/reboot-notifier.png b/pixmaps/16x16/reboot-notifier.png Binary files differdeleted file mode 100644 index e1b0534c..00000000 --- a/pixmaps/16x16/reboot-notifier.png +++ /dev/null diff --git a/pixmaps/22x22/reboot-notifier.png b/pixmaps/22x22/reboot-notifier.png Binary files differdeleted file mode 100644 index 50bf6639..00000000 --- a/pixmaps/22x22/reboot-notifier.png +++ /dev/null diff --git a/pixmaps/22x22/updates-notifier-inactive.png b/pixmaps/22x22/updates-notifier-inactive.png Binary files differdeleted file mode 100644 index f41d6229..00000000 --- a/pixmaps/22x22/updates-notifier-inactive.png +++ /dev/null diff --git a/pixmaps/24x24/reboot-notifier.png b/pixmaps/24x24/reboot-notifier.png Binary files differdeleted file mode 100644 index b39d3124..00000000 --- a/pixmaps/24x24/reboot-notifier.png +++ /dev/null diff --git a/pixmaps/24x24/updates-notifier-inactive.png b/pixmaps/24x24/updates-notifier-inactive.png Binary files differdeleted file mode 100644 index cb6ea34d..00000000 --- a/pixmaps/24x24/updates-notifier-inactive.png +++ /dev/null diff --git a/pixmaps/48x48/un-reboot.png b/pixmaps/48x48/un-reboot.png Binary files differdeleted file mode 100644 index d30c9b19..00000000 --- a/pixmaps/48x48/un-reboot.png +++ /dev/null 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); |
