Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomocafe committed Jan 9, 2020
1 parent 3838dc7 commit e709849
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# celtic-magic-button

A simple button for the Budgie panel to shut down your computer. The icon used is a [Celtic knot](https://en.wikipedia.org/wiki/Celtic_knot), a nod to the answer to the question, [How does Solus shut down so fast?](https://www.reddit.com/r/SolusProject/comments/6uup39/why_does_solus_shut_down_so_quickly/dlvkopm/)

This is a one-click shutdown button. Use at your own risk!
A simple button for the Budgie panel to shut down your computer. The icon used is a [Celtic knot](https://en.wikipedia.org/wiki/Celtic_knot), a nod to the official answer to the question, [How does Solus shut down so fast?](https://www.reddit.com/r/SolusProject/comments/6uup39/why_does_solus_shut_down_so_quickly/dlvkopm/)

## Installation

Expand All @@ -20,3 +18,13 @@ sudo ninja install
* `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:

```
dconf write /org/gnome/gnome-session/logout-prompt true
```

Use this at your own risk! With this setting, pressing the button will result in your machine immediately shutting down.

0 comments on commit e709849

Please sign in to comment.