fix toml round 2 (#632)

Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
This commit is contained in:
Nyx 2024-09-22 23:14:50 -04:00 committed by GitHub
parent 70ddc4fea0
commit aaa61cbce8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,11 +19,6 @@ 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"
task_list = "PFM"
[[data.entries]]
name = "Change Orientation"
description = "This utility is designed to change the orientation of monitors in your system"
@ -60,11 +55,6 @@ 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"
script = "samba-ssh-setup.sh"
task_list = "I SS PFM"
[[data.entries]]
name = "Scale Monitors"
description = "This utility is designed to change the scaling of monitors in your system"
@ -103,6 +93,11 @@ script = "user-account-manager/delete_user.sh"
name = "Remove User From Groups"
script = "user-account-manager/remove_from_group.sh"
[[data]]
name = "Auto Mount Drive"
script = "auto-mount.sh"
task_list = "PFM"
[[data]]
name = "Auto Login"
script = "auto-login.sh"
@ -152,6 +147,11 @@ name = "SSH Commands"
script = "ssh.sh"
task_list = "I FM SS"
[[data]]
name = "SSH Samba"
script = "samba-ssh-setup.sh"
task_list = "I SS PFM"
[[data]]
name = "Timeshift Backup"
script = "timeshift.sh"