diff --git a/welcome b/welcome
index 63032d3..87c4141 100755
--- a/welcome
+++ b/welcome
@@ -12,6 +12,7 @@ yad --title "Welcome" \
--no-escape \
--image=$DIR/assets/Tcet_Linux.png \
--field="Update this PC":fbtn "bash -c '$DIR/scripts/update.sh'" \
+ --field="Update this PC":fbtn "bash -c 'sudo -E calamares -D 8'" \
--field="Fix Screen Resolution":fbtn "xfce4-terminal -x '$DIR/scripts/screen-resolution.sh'" \
--field="Arch AUR":fbtn "bash -c '$DIR/scripts/aur.sh'" \
--field="Our Discord":fbtn "bash -c '$DIR/scripts/discord.sh'" \
diff --git a/welcome-after b/welcome-after
new file mode 100755
index 0000000..63032d3
--- /dev/null
+++ b/welcome-after
@@ -0,0 +1,23 @@
+#!/bin/env bash
+
+DIR=~/.local/share/tcet-welcome
+
+yad --title "Welcome" \
+ --form \
+ --window-icon=$DIR/assets/tcetlinux-logo.png \
+ --columns=2\
+ --rows=5 \
+ --width=640 \
+ --height=380 \
+ --no-escape \
+ --image=$DIR/assets/Tcet_Linux.png \
+ --field="Update this PC":fbtn "bash -c '$DIR/scripts/update.sh'" \
+ --field="Fix Screen Resolution":fbtn "xfce4-terminal -x '$DIR/scripts/screen-resolution.sh'" \
+ --field="Arch AUR":fbtn "bash -c '$DIR/scripts/aur.sh'" \
+ --field="Our Discord":fbtn "bash -c '$DIR/scripts/discord.sh'" \
+ --field="About US":fbtn "bash -c '$DIR/scripts/py-about.sh'" \
+ --field="Update Mirror":fbtn "xfce4-terminal -x '$DIR/scripts/mirror.sh'" \
+ --field="Arch Wiki":fbtn "bash -c '$DIR/scripts/archwiki.sh'" \
+ --field="Our Github Profile":fbtn "bash -c '$DIR/scripts/github.sh'" \
+ --field="Autostart":fbtn " xfce4-terminal -x '$DIR/scripts/autostart.sh'"\
+ --button=Exit:1 \