Update ppd-status

adding comment about ppd implementation
This commit is contained in:
Johannes Kamprad
2022-09-06 17:14:27 +02:00
committed by GitHub
parent a631f4bef8
commit 57bd095e0e
+5 -1
View File
@@ -1,7 +1,11 @@
#!/usr/bin/env bash
#
# power-profiles-daemon implementation:
# needs package power-profiles-daemon installed and the service running see here:
# https://wiki.archlinux.org/title/CPU_frequency_scaling#power-profiles-daemon
# used in i3-blocks: ~/.config/i3/i3blocks.conf together with: ~/.config/i3/scripts/power-profiles
#A script to show current power profile
# script to show current power profile
current_profile=$(/usr/bin/powerprofilesctl get)
echo "$current_profile"