tomocafe / celtic-magic-button

Budgie panel shutdown button

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Budgie panel shutdown button

License:Creative Commons Zero v1.0 Universal


Languages

Language:Vala 59.1%Language:Meson 37.3%Language:Shell 3.6%