mirror of
https://github.com/JonasunderscoreJones/i3-dotfiles.git
synced 2025-10-23 07:59:19 +02:00
7 lines
137 B
Bash
Executable file
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"
|