mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
fix toml round 2 (#632)
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
This commit is contained in:
parent
70ddc4fea0
commit
aaa61cbce8
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user