Skip to content

Commit

Permalink
Merge branch 'main' into audio-control
Browse files Browse the repository at this point in the history
  • Loading branch information
nnyyxxxx authored Sep 23, 2024
2 parents e642f61 + d38d7a1 commit f4523fd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace.package]
license = "MIT"
version = "24.9.22"
version = "24.9.23"

[workspace.dependencies]
ego-tree = "0.6.2"
Expand Down
10 changes: 5 additions & 5 deletions core/tabs/utils/tab_data.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,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"
Expand Down Expand Up @@ -157,6 +152,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"
Expand Down
2 changes: 1 addition & 1 deletion tui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f4523fd

Please sign in to comment.