Update scripts.
This commit is contained in:
parent
e1c508c53b
commit
f58138fca7
2 changed files with 22 additions and 10 deletions
7
dmenu-ryzenctl
Executable file
7
dmenu-ryzenctl
Executable 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"
|
Loading…
Add table
Add a link
Reference in a new issue