From 2cc4557a36d30b5713adc2c6b9775288da4e7cbf Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Thu, 22 May 2025 11:57:55 +0200 Subject: [PATCH] Add restart icon SVG and reboot desktop entry --- icons/restart.svg | 1 + src/reboot.desktop | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 icons/restart.svg create mode 100644 src/reboot.desktop diff --git a/icons/restart.svg b/icons/restart.svg new file mode 100644 index 0000000..21ccfca --- /dev/null +++ b/icons/restart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/reboot.desktop b/src/reboot.desktop new file mode 100644 index 0000000..96bae73 --- /dev/null +++ b/src/reboot.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Type=Application +Name=Reboot +Exec=/usr/bin/systemctl reboot +Icon=restart \ No newline at end of file