Skip to content

Commit

Permalink
praise the toml gods
Browse files Browse the repository at this point in the history
  • Loading branch information
nnyyxxxx committed Sep 20, 2024
1 parent 619ebfd commit 341f40f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
8 changes: 8 additions & 0 deletions core/tabs/applications-setup/tab_data.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ name = "DWM-Titus"
description = "DWM is a dynamic window manager for X.\nIt manages windows in tiled, monocle and floating layouts.\nAll of the layouts can be applied dynamically, optimising the environment for the application in use and the task performed.\nThis command installs and configures DWM and a desktop manager.\nThe list of patches applied can be found in CTT's DWM repository\nhttps://github.com/ChrisTitusTech/dwm-titus"
script = "dwmtitus-setup.sh"

[[data]]
name = "Docker Setup"
script = "docker-setup.sh"

[[data]]
name = "Fastfetch"
description = "Fastfetch is a neofetch-like tool for fetching system information and displaying it prettily.\nIt is written mainly in C, with performance and customizability in mind.\nThis command installs fastfetch and configures from CTT's mybash repository.\nhttps://github.com/ChrisTitusTech/mybash"
Expand All @@ -34,6 +38,10 @@ name = "Flatpak / Flathub"
description = "Flatpak is a universal application sandbox for Linux that uses isolated packages from Flathub to prevent conflicts and system alterations, while alleviating dependency concerns.\nThis command installs Flatpak and adds the Flathub repository"
script = "setup-flatpak.sh"

[[data]]
name = "Grub Theme Setup"
script = "grub-theme.sh"

[[data]]
name = "Kitty"
description = "kitty is a free and open-source GPU-accelerated terminal emulator for Linux, macOS, and some BSD distributions, focused on performance and features.\nkitty is written in a mix of C and Python programming languages.\n This command installs and configures kitty."
Expand Down
16 changes: 0 additions & 16 deletions core/tabs/system-setup/tab_data.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,11 @@ name = "Virtualization Setup"
description = "Enables Virtualization through dnf"
script = "fedora/virtualization.sh"

[[data]]
name = "Auto Mount Drive"
script = "auto-mount.sh"

[[data]]
name = "Build Prerequisites"
description = "This script is designed to handle the installation of various software dependencies across different Linux distributions"
script = "compile-setup.sh"

[[data]]
name = "Docker Setup"
script = "docker-setup.sh"

[[data]]
name = "Full System Cleanup"
script = "system-cleanup.sh"
Expand All @@ -87,15 +79,7 @@ name = "Global Theme"
description = "This script is designed to handle the installation and configuration of global theming"
script = "global-theme.sh"

[[data]]
name = "Grub Theme Setup"
script = "grub-theme.sh"

[[data]]
name = "Remove Snaps"
description = "This script is designed to remove snap"
script = "remove-snaps.sh"

[[data]]
name = "SSH-Samba Setup"
script = "samba-ssh-setup.sh"
8 changes: 8 additions & 0 deletions core/tabs/utils/tab_data.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ name = "Auto Detect Displays"
description = "This utility is designed to detect and apply recommended configuration for monitors connected with your system"
script = "monitor-control/auto_detect_displays.sh"

[[data]]
name = "Auto Mount Drive"
script = "auto-mount.sh"

[[data.entries]]
name = "Change Orientation"
description = "This utility is designed to change the orientation of monitors in your system"
Expand Down Expand Up @@ -55,6 +59,10 @@ description = "This utility is designed to reset scaling of a monitor in your sy
script = "monitor-control/reset_scaling.sh"
matches = true

[[data]]
name = "SSH-Samba Setup"
script = "samba-ssh-setup.sh"

[[data.entries]]
name = "Scale Monitors"
description = "This utility is designed to change the scaling of monitors in your system"
Expand Down

0 comments on commit 341f40f

Please sign in to comment.