Skip to content

Commit

Permalink
renamed Fix Screen Resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
Akash6222 committed Dec 7, 2023
1 parent e090863 commit 7a427a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion welcome
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ yad --title "Welcome" \
--image=$DIR/assets/Tcet_Linux.png \
--field="<b>Install TCET Linux</b>":fbtn "bash -c 'sudo -E calamares -D 8'" \
--field="<b>Update PC</b>":fbtn "bash -c '$DIR/scripts/update.sh'" \
--field="<b>Fix Screen Resolution (VM)</b>":fbtn "bash -c 'xfce4-display-settings'" \
--field="<b>Fix Screen Resolution</b>":fbtn "bash -c 'xfce4-display-settings'" \
--field="<b>Arch User Repository (AUR)</b>":fbtn "bash -c '$DIR/scripts/aur.sh'" \
--field="<b>Join our discord Server</b>":fbtn "bash -c '$DIR/scripts/discord.sh'" \
--field="<b>Application Installer (BETA)</b>":fbtn "bash -c '$DIR/scripts/py-installer.sh'" \
Expand Down
4 changes: 2 additions & 2 deletions welcome-after
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ yad --title "Welcome" \
--no-escape \
--image=$DIR/assets/Tcet_Linux.png \
--field="<b>Update PC</b>":fbtn "bash -c '$DIR/scripts/update.sh'" \
--field="<b>Fix Screen Resolution (VM)</b>":fbtn "bash -c 'xfce4-display-settings'" \
--field="<b>Fix Screen Resolution</b>":fbtn "bash -c 'xfce4-display-settings'" \
--field="<b>Arch User Repository (AUR)</b>":fbtn "bash -c '$DIR/scripts/aur.sh'" \
--field="<b>Join our discord Server</b>":fbtn "bash -c '$DIR/scripts/discord.sh'" \
--field="<b>Toggle Autostart</b>":fbtn " xfce4-terminal -x '$DIR/scripts/autostart.sh'"\
Expand All @@ -21,4 +21,4 @@ yad --title "Welcome" \
--field="<b>Arch Wiki</b>":fbtn "bash -c '$DIR/scripts/archwiki.sh'" \
--field="<b>Contribute to TCET Linux</b>":fbtn "bash -c '$DIR/scripts/github.sh'" \
--field="<b>About US</b>":fbtn "bash -c '$DIR/scripts/py-about.sh'" \
--button=Exit:1 \
--button=Exit:1 \

0 comments on commit 7a427a6

Please sign in to comment.