https://github.com/eylles/systemact
logout menu backend for elogind and systemd
https://github.com/eylles/systemact
elogind logout power-menu shell shell-script yad yet-another-dialog
Last synced: 4 months ago
JSON representation
logout menu backend for elogind and systemd
- Host: GitHub
- URL: https://github.com/eylles/systemact
- Owner: eylles
- License: gpl-2.0
- Created: 2024-07-22T05:05:25.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-12-12T04:55:09.000Z (6 months ago)
- Last Synced: 2025-01-10T11:46:55.616Z (5 months ago)
- Topics: elogind, logout, power-menu, shell, shell-script, yad, yet-another-dialog
- Language: Shell
- Homepage:
- Size: 85 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.
## 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.