/celtic-magic-button

Budgie panel shutdown button

Primary LanguageValaCreative Commons Zero v1.0 UniversalCC0-1.0

celtic-magic-button

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?

Installation

Clone this repository, or download a release archive.

meson build --prefix=/usr
cd build
ninja
sudo ninja install

Build Dependencies

  • budgie-desktop-devel
  • vala

One-click shut down

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.