You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/tabs/system-setup/tab_data.toml
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,20 @@ description = "This script allows you to install various desktop environments (G
108
108
script = "desktop-environments.sh"
109
109
task_list = "I"
110
110
111
+
[[data.entries]]
112
+
name = "Uninstall Desktop Environment"
113
+
description = "This script allows you to uninstall desktop environments and window managers that were previously installed. It provides an interactive menu to select which desktop environment or window manager to remove, and handles the uninstallation process automatically."
114
+
script = "desktop-environments-uninstall.sh"
115
+
task_list = "RP"
116
+
[[data]]
117
+
name = "Desktop Environment Setup"
118
+
119
+
[[data.entries]]
120
+
name = "Install Desktop Environment"
121
+
description = "This script allows you to install various desktop environments (GNOME, KDE, XFCE, Cinnamon, MATE, Budgie, LXQt, LXDE) and window managers (i3, Sway, DWM, Awesome, BSPWM, Openbox, Fluxbox) using your distro's package manager. The script provides an interactive menu to select your preferred desktop environment or window manager, and handles the installation process automatically."
122
+
script = "desktop-environments.sh"
123
+
task_list = "I"
124
+
111
125
[[data.entries]]
112
126
name = "Uninstall Desktop Environment"
113
127
description = "This script allows you to uninstall desktop environments and window managers that were previously installed. It provides an interactive menu to select which desktop environment or window manager to remove, and handles the uninstallation process automatically."
@@ -238,17 +252,3 @@ script = "terminus-tty.sh"
238
252
task_list = "I PFM"
239
253
240
254
241
-
[[data]]
242
-
name = "Desktop Environment Setup"
243
-
244
-
[[data.entries]]
245
-
name = "Install Desktop Environment"
246
-
description = "This script allows you to install various desktop environments (GNOME, KDE, XFCE, Cinnamon, MATE, Budgie, LXQt, LXDE) and window managers (i3, Sway, DWM, Awesome, BSPWM, Openbox, Fluxbox) using your distro's package manager. The script provides an interactive menu to select your preferred desktop environment or window manager, and handles the installation process automatically."
247
-
script = "desktop-environments.sh"
248
-
task_list = "I"
249
-
250
-
[[data.entries]]
251
-
name = "Uninstall Desktop Environment"
252
-
description = "This script allows you to uninstall desktop environments and window managers that were previously installed. It provides an interactive menu to select which desktop environment or window manager to remove, and handles the uninstallation process automatically."
0 commit comments