Shorten text
This commit is contained in:
parent
a188201f82
commit
92c1d19b8f
|
@ -237,8 +237,8 @@ gui_handler() {
|
|||
# Contains some ugly hacks to "widen" the entries for the small GPD screen, might tweak later
|
||||
gui_action=$(zenity --list --title="${gui_name}" --width=400 --height=350 $gui_options --text="Chose action to perform:" --hide-column=1 --column="" --column="Action"\
|
||||
check "`printf "\n Check current TDP\n "`" \
|
||||
preset "`printf "\n Change TDP (requires sudo password)\n "`" \
|
||||
set "`printf "\n Set custom TDP (requires sudo password)\n "`" \
|
||||
preset "`printf "\n Change TDP (requires sudo)\n "`" \
|
||||
set "`printf "\n Set custom TDP (requires sudo)\n "`" \
|
||||
exit "`printf "\n Exit TDP Manager\n "`")
|
||||
|
||||
case $gui_action in
|
||||
|
|
Loading…
Reference in New Issue