diff --git a/Config/Launcher.qml b/Config/Launcher.qml index 094c864..500b633 100644 --- a/Config/Launcher.qml +++ b/Config/Launcher.qml @@ -37,7 +37,7 @@ JsonObject { }, { name: "Logout", - icon: "exit_to_app", + icon: "logout", description: "Log out of the current session", command: ["loginctl", "terminate-user", ""], enabled: true,