From 8f91b6c7df6e0bf529a9c77e164522601658d130 Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Sat, 18 Jun 2022 14:20:07 +0200 Subject: [PATCH] Update ppd-status revert from confusing icon usage.. and go back to show text --- .config/i3/scripts/ppd-status | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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"