项目作者: tomocafe

项目描述 :
Budgie panel shutdown button
高级语言: Vala
项目地址: git://github.com/tomocafe/celtic-magic-button.git
创建时间: 2020-01-05T09:44:45Z
项目社区:https://github.com/tomocafe/celtic-magic-button

开源协议:Creative Commons Zero v1.0 Universal

下载


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.

  1. meson build --prefix=/usr
  2. cd build
  3. ninja
  4. 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:

  1. 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.