diff --git a/.config/i3/scripts/ppd-status b/.config/i3/scripts/ppd-status
index a47bc1e..fab21db 100644
--- a/.config/i3/scripts/ppd-status
+++ b/.config/i3/scripts/ppd-status
@@ -4,13 +4,4 @@
#A script to show current power profile
current_profile=$(/usr/bin/powerprofilesctl get)
- if [ "$current_profile" == "performance" ]
- then
- echo ""
- elif [ "$current_profile" == "balanced" ]
- then
- echo ""
- else
- echo ""
- fi
-
+echo "$current_profile"