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