From aaa61cbce8e5d3168ea1dd16a43fd91c732e3566 Mon Sep 17 00:00:00 2001 From: Nyx <144965845+nnyyxxxx@users.noreply.github.com> Date: Sun, 22 Sep 2024 23:14:50 -0400 Subject: [PATCH 1/3] fix toml round 2 (#632) Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com> --- core/tabs/utils/tab_data.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/core/tabs/utils/tab_data.toml b/core/tabs/utils/tab_data.toml index abd2db23b..4b6411471 100644 --- a/core/tabs/utils/tab_data.toml +++ b/core/tabs/utils/tab_data.toml @@ -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" From cc0e548b6f6411332d98b2b801572394f9eb5a1c Mon Sep 17 00:00:00 2001 From: Titus <titus@MAIN-PC.localdomain> Date: Sun, 22 Sep 2024 22:53:52 -0500 Subject: [PATCH 2/3] new release --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- tui/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 158fff57d..a92903b9d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -491,7 +491,7 @@ checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439" [[package]] name = "linutil_core" -version = "24.9.22" +version = "24.9.23" dependencies = [ "ego-tree", "include_dir", @@ -503,7 +503,7 @@ dependencies = [ [[package]] name = "linutil_tui" -version = "24.9.22" +version = "24.9.23" dependencies = [ "ansi-to-tui", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index d437d76d4..7d33d10b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [workspace.package] license = "MIT" -version = "24.9.22" +version = "24.9.23" [workspace.dependencies] ego-tree = "0.6.2" diff --git a/tui/Cargo.toml b/tui/Cargo.toml index c10063269..bcea8341a 100644 --- a/tui/Cargo.toml +++ b/tui/Cargo.toml @@ -24,7 +24,7 @@ ratatui = "0.28.1" tui-term = "0.1.12" unicode-width = "0.1.13" rand = { version = "0.8.5", optional = true } -linutil_core = { path = "../core", version = "24.9.22" } +linutil_core = { path = "../core", version = "24.9.23" } tree-sitter-highlight = "0.23.0" tree-sitter-bash = "0.23.1" anstyle = "1.0.8" From f89c71c9dfea263573a54b802568d25f16fa1cb8 Mon Sep 17 00:00:00 2001 From: Chris Titus <contact@christitus.com> Date: Sun, 22 Sep 2024 22:54:31 -0500 Subject: [PATCH 3/3] new release --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- tui/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 158fff57d..a92903b9d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -491,7 +491,7 @@ checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439" [[package]] name = "linutil_core" -version = "24.9.22" +version = "24.9.23" dependencies = [ "ego-tree", "include_dir", @@ -503,7 +503,7 @@ dependencies = [ [[package]] name = "linutil_tui" -version = "24.9.22" +version = "24.9.23" dependencies = [ "ansi-to-tui", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index d437d76d4..7d33d10b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [workspace.package] license = "MIT" -version = "24.9.22" +version = "24.9.23" [workspace.dependencies] ego-tree = "0.6.2" diff --git a/tui/Cargo.toml b/tui/Cargo.toml index c10063269..bcea8341a 100644 --- a/tui/Cargo.toml +++ b/tui/Cargo.toml @@ -24,7 +24,7 @@ ratatui = "0.28.1" tui-term = "0.1.12" unicode-width = "0.1.13" rand = { version = "0.8.5", optional = true } -linutil_core = { path = "../core", version = "24.9.22" } +linutil_core = { path = "../core", version = "24.9.23" } tree-sitter-highlight = "0.23.0" tree-sitter-bash = "0.23.1" anstyle = "1.0.8"