freebsd-ports/sysutils/dsbbatmon/pkg-message
Tobias C. Berner c6e0b8867f Update sysutils/dsbbatmon to 1.0
The following changes have been made:

- Switch from GTK+ to Qt.
- Change tray icon depending on battery status.
- Generate tray icons if no theme icons are available.
- Detect if battery was added to or removed from the system.
- Let the user choose between auto-shutdown and auto-suspend.
- Let the user configure the ACPI poll interval.

PR:		221912
Submitted by:	Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
2017-10-01 07:43:22 +00:00

15 lines
542 B
Text

**************************************************************************
In order to be able to execute shutdown as regular user, you can either
use sudo(8) (see below), or you can add your username to the operator
group:
# pw groupmod operator -m yourusername
If you want to be able to suspend your system as regular user who is
member of the wheel group, you can use sudo(8). Add
%wheel ALL=(ALL) NOPASSWD: /usr/sbin/acpiconf *
to ${PREFIX}/etc/sudoers.
**************************************************************************