summaryrefslogtreecommitdiff
path: root/scripts/power-profiles.sh
blob: ec6e84e53560bd5ac1629a04715ba5e29ff67674 (plain)
1
2
3
4
5
6
#!/bin/bash

powerprofilesctl | awk '/:$/ {gsub(/[:*]/,""); print $1}' | rofi -dmenu | xargs powerprofilesctl set

CURRENT_PROFILE="$(powerprofilesctl get)"
notify-send -u normal -i preferences-system-power "Profile Updated" "Current Profile: $CURRENT_PROFILE"