Something

This commit is contained in:
Crony Akatsuki 2022-06-23 16:39:28 +02:00
parent 230af392e8
commit 265db93195

View File

@ -2,8 +2,8 @@
# dmenu script for quickly running specific ryzenadj commands # dmenu script for quickly running specific ryzenadj commands
current_temp=$(sudo /bin/ryzenadj -i | grep 'tctl-temp' | awk '{ print $6 }') current_temp=$(sudo ryzenadj -i | grep 'tctl-temp' | awk '{ print $6 }')
slow_time=$(sudo /bin/ryzenadj -i | grep 'slow-time' | awk '{ print $4 }') slow_time=$(sudo ryzenadj -i | grep 'slow-time' | awk '{ print $4 }')
[ "$current_temp" = "60.000" ] && current_mode="normal mode" [ "$current_temp" = "60.000" ] && current_mode="normal mode"
[ "$current_temp" = "65.000" ] && current_mode="light gaming" [ "$current_temp" = "65.000" ] && current_mode="light gaming"