added dotfiles

This commit is contained in:
Jonas_Jones 2022-09-18 18:20:31 +02:00
parent f6ad05459b
commit fd3d05434f
466 changed files with 27935 additions and 1 deletions

7
.config/i3/scripts/ppd-status Executable file
View 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"