Something
This commit is contained in:
parent
230af392e8
commit
265db93195
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user