i3 alternate scripts

This commit is contained in:
Daniel Fichtinger 2024-11-04 02:29:43 -05:00
parent 3142b03f57
commit 0cfd923199
22 changed files with 1 additions and 0 deletions

View file

@ -1,11 +0,0 @@
#!/usr/bin/env bash
#
# power-profiles-daemon implementation:
# needs package power-profiles-daemon installed and the service running see here:
# https://wiki.archlinux.org/title/CPU_frequency_scaling#power-profiles-daemon
# used in i3-blocks: ~/.config/i3/i3blocks.conf together with: ~/.config/i3/scripts/power-profiles
# script to show current power profile
current_profile=$(/usr/bin/powerprofilesctl get)
echo "$current_profile"