Update ppd-status

revert from confusing icon usage.. and go back to show text
This commit is contained in:
Johannes Kamprad
2022-06-18 14:20:07 +02:00
committed by GitHub
parent b85eed5997
commit 8f91b6c7df
+1 -10
View File
@@ -4,13 +4,4 @@
#A script to show current power profile
current_profile=$(/usr/bin/powerprofilesctl get)
if [ "$current_profile" == "performance" ]
then
echo "<span font='FontAwesome' color='yellow'></span>"
elif [ "$current_profile" == "balanced" ]
then
echo "<span font='FontAwesome' color='white'></span>"
else
echo "<span font='FontAwesome' color='green'></span>"
fi
echo "$current_profile"