Skip to content

Commit

Permalink
fix polkit file, change default to false, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas committed Jul 6, 2024
1 parent a3dc012 commit 1b30263
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ build() {
package() {
cd "adjustor-$pkgver"
python -m installer --destdir="$pkgdir" dist/*.whl
# mkdir -p ${pkgdir}/usr/share/dbus-1/system.d/hhd-net.hadess.PowerProfiles.conf
# mkdir -p ${pkgdir}/usr/share/dbus-1/system.d/
# install -m644 usr/share/dbus-1/system.d/hhd-net.hadess.PowerProfiles.conf ${pkgdir}/usr/share/dbus-1/system.d/hhd-net.hadess.PowerProfiles.conf
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "adjustor"
version = "3.1.0"
version = "3.1.1"
authors = [
{ name="Kapenekakis Antheas", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion src/adjustor/drivers/amd/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,6 @@ core:
amd_energy_ppd:
title: Enable PPD Emulation (KDE/Gnome Power)
type: bool
default: True
default: False
hint: >-
Enable PPD service to manage the power preferences for the system.

0 comments on commit 1b30263

Please sign in to comment.