mirror of
https://github.com/JonasunderscoreJones/i3-dotfiles.git
synced 2025-10-23 16:09:19 +02:00
added dotfiles
This commit is contained in:
parent
f6ad05459b
commit
fd3d05434f
466 changed files with 27935 additions and 1 deletions
7
.config/i3/scripts/ppd-status
Executable file
7
.config/i3/scripts/ppd-status
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
#
|
||||
|
||||
#A script to show current power profile
|
||||
|
||||
current_profile=$(/usr/bin/powerprofilesctl get)
|
||||
echo "$current_profile"
|
Loading…
Add table
Add a link
Reference in a new issue