Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eylles/systemact
https://github.com/eylles/systemact
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eylles/systemact
- Owner: eylles
- License: gpl-2.0
- Created: 2024-07-22T05:05:25.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-11-01T19:57:49.000Z (13 days ago)
- Last Synced: 2024-11-01T20:28:19.341Z (13 days ago)
- Language: Shell
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.![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.