power-options-tray
Installation instructions for power-options by TheAlexDev23
Debian/Ubuntu
For Debian, Ubuntu, and derivatives
Installation Steps
Run these commands in your terminal:
echo 'deb https://files.distropack.dev/download/TheAlexDev23/power-options/deb /' | sudo tee /etc/apt/sources.list.d/distropack_TheAlexDev23_power-options.list curl -fsSL 'https://files.distropack.dev/pubkey?user=TheAlexDev23&project=power-options' | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/distropack_TheAlexDev23_power-options.gpg > /dev/null sudo apt update sudo apt install power-options-tray
Fedora/RHEL/Rocky
For Fedora, RHEL, Rocky Linux, and derivatives
Fedora 41 or later / Fedora Rawhide
Run these commands in your terminal:
dnf config-manager addrepo --from-repofile=https://files.distropack.dev/rpm_repo/TheAlexDev23/power-options dnf install power-options-tray
OR
Fedora 40 or earlier / RHEL / Rocky Linux
Run these commands in your terminal:
dnf config-manager --add-repo https://files.distropack.dev/rpm_repo/TheAlexDev23/power-options dnf install power-options-tray
Arch Linux
For Arch Linux and derivatives
Step 1: Add repository to pacman.conf
Edit /etc/pacman.conf and append:
[distropack_TheAlexDev23_power-options] Server = https://files.distropack.dev/download/TheAlexDev23/power-options/pacman
THEN
Step 2: Add GPG key and install
Run these commands in your terminal:
key=$(curl -fsSL 'https://files.distropack.dev/pubkey?user=TheAlexDev23&project=power-options')
fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')
pacman-key --init
pacman-key --add - <<< "${key}"
pacman-key --lsign-key "${fingerprint}"
pacman -Sy power-options-tray
Need Help?
Having trouble installing? Make sure you have the required permissions (sudo/root access) and that your distribution's package manager is up to date.