i3-dotfiles/.config/i3/scripts/ppd-status
2022-09-18 18:20:31 +02:00

7 lines
137 B
Bash
Executable file

#!/usr/bin/env bash
#
#A script to show current power profile
current_profile=$(/usr/bin/powerprofilesctl get)
echo "$current_profile"