Skip to content

Commit

Permalink
Add descriptions to the Applications Setup section and Auto Mount Dri…
Browse files Browse the repository at this point in the history
…ve (ChrisTitusTech#680)

* Add description for Bottles

* Add description for Auto Mount Drive

* Add description for Docker

* Add description for Grub Theme Setup
  • Loading branch information
CarsBeck authored Sep 28, 2024
1 parent c7622d8 commit ce2d2d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/tabs/applications-setup/tab_data.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ task_list = "I FM"

[[data]]
name = "Bottles"
description = "Bottles allows Windows software, like applications and games, to run on Linux.\nBottles also provides tools to categorize, organize and optimize your applications."
script = "bottles-setup.sh"
task_list = "FI"

Expand All @@ -127,6 +128,7 @@ task_list = "I PFM SS"

[[data]]
name = "Docker"
description = "Docker is an open platform that uses OS-level virtualization to deliver software in packages called containers."
script = "docker-setup.sh"
task_list = "I SS"

Expand All @@ -144,6 +146,7 @@ task_list = "I"

[[data]]
name = "Grub Theme"
description = "Installs ChrisTitusTech's Top 5 Bootloader Themes script to allow for easy customization of GRUB."
script = "grub-theme.sh"
task_list = "PFM"

Expand Down
1 change: 1 addition & 0 deletions core/tabs/utils/tab_data.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ script = "user-account-manager/remove_from_group.sh"

[[data]]
name = "Auto Mount Drive"
description = "This utility is designed to help with automating the process of mounting a drive on to your system."
script = "auto-mount.sh"
task_list = "PFM"

Expand Down

0 comments on commit ce2d2d0

Please sign in to comment.