Update scripts.

This commit is contained in:
CronyAkatsuki 2024-02-07 22:08:52 +01:00
parent e1c508c53b
commit f58138fca7
2 changed files with 22 additions and 10 deletions

7
dmenu-ryzenctl Executable file
View file

@ -0,0 +1,7 @@
#!/bin/sh
. $HOME/.config/dmenu/config
profile=$(cat /tmp/ryzenadj-service.profile)
new=$(printf "normal\\nperformance\\nmax-performance" | dmenu -p "Currently $profile: ")
[ "$new" = "" ] && exit
ryzenctl $new && quick-notify "RyzenCTL" "$new started"