zenity width
This commit is contained in:
parent
af9806f462
commit
455035e9b1
|
@ -33,7 +33,7 @@ export TEXTDOMAINDIR="/usr/share/locale"
|
||||||
|
|
||||||
MESH_INSTALL_COMPLETED=/root/.mesh_setup_completed
|
MESH_INSTALL_COMPLETED=/root/.mesh_setup_completed
|
||||||
|
|
||||||
if ! zenity --question --title='New Identity' --text="Do you want to reset your identity? This will reset ALL data for this peer, and you will not be able to recover it." --ok-label=No --cancel-label=Yes; then
|
if ! zenity --question --title='New Identity' --text="Do you want to reset your identity? This will reset ALL data for this peer, and you will not be able to recover it." --ok-label=No --cancel-label=Yes --width=300; then
|
||||||
sudo batman stop
|
sudo batman stop
|
||||||
sudo pkill qtox
|
sudo pkill qtox
|
||||||
sudo pkill firefox
|
sudo pkill firefox
|
||||||
|
@ -46,8 +46,7 @@ if ! zenity --question --title='New Identity' --text="Do you want to reset your
|
||||||
if [ -f $HOME/mesh-desktop.sh ]; then
|
if [ -f $HOME/mesh-desktop.sh ]; then
|
||||||
$HOME/mesh-desktop.sh
|
$HOME/mesh-desktop.sh
|
||||||
else
|
else
|
||||||
dialog --title $"New Identity" \
|
zenity --info --title=$"New Identity" --text=$"You now have a new identity" --width=200
|
||||||
--msgbox $"You now have a new identity" 6 40
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue