Another one, probably because copy-pasted
This commit is contained in:
parent
0e7f55d9be
commit
dc6023c955
|
@ -251,7 +251,7 @@ gui_handler() {
|
||||||
|
|
||||||
"preset")
|
"preset")
|
||||||
gui_tdp=$(
|
gui_tdp=$(
|
||||||
zenity --list --title "${gui_name}" --width=400 --height=350 $gui_options --text="Chose TDP to set:" --hide-column=1 --column="" --column="Wattage" \
|
zenity --list --title "${gui_name}" --width=400 --height=350 $gui_options --text="Choose TDP to set:" --hide-column=1 --column="" --column="Wattage" \
|
||||||
8 "`printf "\n 8W (Ultra-low, for simple 2D games)\n "`" \
|
8 "`printf "\n 8W (Ultra-low, for simple 2D games)\n "`" \
|
||||||
12 "`printf "\n 12W (Low power)\n "`" \
|
12 "`printf "\n 12W (Low power)\n "`" \
|
||||||
15 "`printf "\n 15W (Balanced)\n "`" \
|
15 "`printf "\n 15W (Balanced)\n "`" \
|
||||||
|
|
Loading…
Reference in New Issue