Advertisement
Guest User

antiX Welcome Screen- v0

a guest
Jun 4th, 2020
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.71 KB | None | 0 0
  1. yad --form \
  2.     --title='antiX Welcome Screen' --center \
  3.     --columns=2 \
  4.     --field="<b>Accessing your files</b> :":LBL '' \
  5.     --field="SpaceFM":BTN "spacefm" \
  6.     --field="Rox File Manager ":BTN "rox" \
  7.     --field="<b>Configure a Wi-fi network: </b> :":LBL '' \
  8.     --field=" Connman Network manager":BTN "connman-gtk" \
  9.     --field="<b>Updating your system</b> :":LBL '' \
  10.     --field=" System tray Update notifier":BTN "apt-notifier" \
  11.     --field="antiX Updater ":BTN "yad-updater" \
  12.     --field="<b>Installing software</b> :":LBL '' \
  13.     --field="Package Manager":BTN "gksudo packageinstaller" \
  14.     --field="Synaptic ":BTN "gksudo synaptic" \
  15.     --field="<b> Add quicklaunch Icons</b> :":LBL '' \
  16.     --field=" Add/Remove Icons to the (tool)bar":BTN "icewm-toolbar-icon-manager.sh" \
  17.     --field=" Add Icons to the (Rox) desktop - Just drag and drop ":BTN "rox /usr/share/applications" \
  18.     --field="<b>Change the Desktop background image </b> :":LBL '' \
  19.     --field=" Select the background image":BTN "/bin/bash -c 'wallpaper.py'" \
  20.     --field="<b>Turn the Desktop's resource monitor  (Conky) on/off </b> :":LBL '' \
  21.     --field=" conkytoggle ":BTN "conkytoggle.sh" \
  22.     --field="<b>Add application to system start up </b> :":LBL '' \
  23.     --field=" Manage automatic app start":BTN "add-start" \
  24.     --field="<b>Change default apps - like Browser/File Manager/etc </b> :":LBL '' \
  25.     --field=" Change default app, by selecting a .desktop file":BTN "desktop-defaults-set" \
  26.     --field="<b>Visit the forum, to get help (you have to be registered to post)</b> :":LBL '' \
  27.     --field=" antixforum.com":BTN "dillo https://www.antixforum.com" \
  28.     --field="<b>Manage almost all System configurations</b> :":LBL '' \
  29.     --field=" Control Centre":BTN "antixcc.sh" \
  30.     --button='Exit':1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement