From b595236c6bb94b3a7165fb19e63f4d407eedef63 Mon Sep 17 00:00:00 2001 From: W <150025636+G1T-W@users.noreply.github.com> Date: Thu, 9 Nov 2023 13:10:25 +0100 Subject: [PATCH] Fix suspend icon in cosmic-applet-power --- cosmic-applet-power/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cosmic-applet-power/src/main.rs b/cosmic-applet-power/src/main.rs index ced654cb..5814a5a3 100644 --- a/cosmic-applet-power/src/main.rs +++ b/cosmic-applet-power/src/main.rs @@ -265,7 +265,7 @@ impl cosmic::Application for Power { ]; let power = row![ - power_buttons("system-lock-screen-symbolic", fl!("suspend")) + power_buttons("system-suspend-symbolic", fl!("suspend")) .on_press(Message::Action(PowerAction::Suspend)), power_buttons("system-restart-symbolic", fl!("restart")) .on_press(Message::Action(PowerAction::Restart)),