From f2ab5f39a34c26f3fb7ff70b1429c9005cfcc472 Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Thu, 22 May 2025 22:36:57 +0200 Subject: [PATCH] Add shutdown icon SVG and desktop entry for shutdown application --- icons/shutdown.svg | 25 +++++++++++++++++++++++++ src/shutdown.desktop | 5 +++++ 2 files changed, 30 insertions(+) create mode 100644 icons/shutdown.svg create mode 100644 src/shutdown.desktop diff --git a/icons/shutdown.svg b/icons/shutdown.svg new file mode 100644 index 0000000..2a62d42 --- /dev/null +++ b/icons/shutdown.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/shutdown.desktop b/src/shutdown.desktop new file mode 100644 index 0000000..0dd63cb --- /dev/null +++ b/src/shutdown.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Type=Application +Name=Shutdown +Exec=/usr/bin/systemctl poweroff +Icon=shutdown \ No newline at end of file