Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eylles/systemact


https://github.com/eylles/systemact

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# SYSTEMACT

A logout / power menu backend that does the heavy lifting so that you can simply implement your
logout menu in whatever UI toolkit you want and simply leverage this to support the widest variety
of setups.



Donate using Liberapay
Donate using Liberapay

![dialog screenshot](dialog.png)

## Features:

- Configurable: you can adapt systemact to your setup by configuring the following settings.
- logout command: change the command to whatever you want if you got a very custom setup.
- lock command: using something like slock? not even a problem.
- suspend method: from the good old suspend to hibrid sleep and suspend then hibernate fully
supported.

- Reduces work: it provides confirmation dialogs for shutdown, reboot, suspend and logout.

- Minimal: very few dependencies.
- readlink - coreutils.
- mkdir - coreutils.
- cp - coreutils.
- gettext - gettext.
- notify-send - libnotify.
- yad - yad.
- /bin/sh - any posix compatible shell interpreter.

- Just Works™: sane defaults that cover most setups.

- Init freedom: using systemd or not is not an issue, systemctl and loginctl are both supported.