new stuff with stow, hell yeah

This commit is contained in:
thatscringebro
2024-04-09 20:54:51 -04:00
parent 0c08b1cfe8
commit 5bedd18d7b
31 changed files with 2467 additions and 0 deletions

11
.config/i3/scripts/ppd-status Executable file
View File

@@ -0,0 +1,11 @@
#!/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"