A simple button for the Budgie panel to shut down your computer. The icon used is a Celtic knot, a nod to the official answer to the question, How does Solus shut down so fast?
Clone this repository, or download a release archive.
meson build --prefix=/usr
cd build
ninja
sudo ninja install
budgie-desktop-devel
vala
By default, pressing the button will yield a confirmation dialog. To bypass this dialog, issue the following command in the terminal:
dconf write /org/gnome/gnome-session/logout-prompt false
Use this at your own risk! With this setting, pressing the button will result in your machine immediately shutting down.