mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
Folders on top (#540)
This commit is contained in:
parent
f9d08a43c3
commit
ddd7a951b2
|
@ -1,55 +1,6 @@
|
|||
name = "Utilities"
|
||||
multi_selectable = false
|
||||
|
||||
[[data]]
|
||||
name = "Auto Login"
|
||||
script = "auto-login.sh"
|
||||
|
||||
[[data]]
|
||||
name = "Auto Power Profiling"
|
||||
script = "power-profile.sh"
|
||||
|
||||
[[data]]
|
||||
name = "Bluetooth Manager"
|
||||
description = "This utility is designed to manage bluetooth in your system"
|
||||
script = "bluetooth-control.sh"
|
||||
|
||||
[[data]]
|
||||
name = "Bootable USB Creator"
|
||||
script = "create-bootable-usb.sh"
|
||||
|
||||
[[data]]
|
||||
name = "Crypto tool"
|
||||
script = "encrypt_decrypt_tool.sh"
|
||||
|
||||
[[data]]
|
||||
name = "Numlock on Startup"
|
||||
description = "This utility is designed to configure auto enabling of numlock on boot"
|
||||
script = "numlock.sh"
|
||||
|
||||
[[data]]
|
||||
name = "Ollama"
|
||||
description = "This utility is designed to manage ollama in your system"
|
||||
script = "ollama.sh"
|
||||
|
||||
[[data]]
|
||||
name = "Service Manager"
|
||||
description = "This utility is designed to manage services in your system"
|
||||
script = "service-control.sh"
|
||||
|
||||
[[data]]
|
||||
name = "WiFi Manager"
|
||||
description = "This utility is designed to manage wifi in your system"
|
||||
script = "wifi-control.sh"
|
||||
|
||||
[[data]]
|
||||
name = "SSH Commands"
|
||||
script = "ssh.sh"
|
||||
|
||||
[[data]]
|
||||
name = "Timeshift Backup"
|
||||
script = "timeshift.sh"
|
||||
|
||||
[[data]]
|
||||
name = "Monitor Control"
|
||||
|
||||
|
@ -140,4 +91,54 @@ script = "user-account-manager/add_to_group.sh"
|
|||
|
||||
[[data.entries]]
|
||||
name = "Remove User From Groups"
|
||||
script = "user-account-manager/remove_from_group.sh"
|
||||
script = "user-account-manager/remove_from_group.sh"
|
||||
|
||||
[[data]]
|
||||
name = "Auto Login"
|
||||
script = "auto-login.sh"
|
||||
|
||||
[[data]]
|
||||
name = "Auto Power Profiling"
|
||||
script = "power-profile.sh"
|
||||
|
||||
[[data]]
|
||||
name = "Bluetooth Manager"
|
||||
description = "This utility is designed to manage bluetooth in your system"
|
||||
script = "bluetooth-control.sh"
|
||||
|
||||
[[data]]
|
||||
name = "Bootable USB Creator"
|
||||
script = "create-bootable-usb.sh"
|
||||
|
||||
[[data]]
|
||||
name = "Crypto tool"
|
||||
script = "encrypt_decrypt_tool.sh"
|
||||
|
||||
[[data]]
|
||||
name = "Numlock on Startup"
|
||||
description = "This utility is designed to configure auto enabling of numlock on boot"
|
||||
script = "numlock.sh"
|
||||
|
||||
[[data]]
|
||||
name = "Ollama"
|
||||
description = "This utility is designed to manage ollama in your system"
|
||||
script = "ollama.sh"
|
||||
|
||||
[[data]]
|
||||
name = "Service Manager"
|
||||
description = "This utility is designed to manage services in your system"
|
||||
script = "service-control.sh"
|
||||
|
||||
[[data]]
|
||||
name = "WiFi Manager"
|
||||
description = "This utility is designed to manage wifi in your system"
|
||||
script = "wifi-control.sh"
|
||||
|
||||
[[data]]
|
||||
name = "SSH Commands"
|
||||
script = "ssh.sh"
|
||||
|
||||
[[data]]
|
||||
name = "Timeshift Backup"
|
||||
script = "timeshift.sh"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user