2024-08-15 07:09:31 +01:00
|
|
|
name = "Utilities"
|
|
|
|
|
|
|
|
[[data]]
|
|
|
|
name = "WiFi Manager"
|
2024-09-19 01:17:08 +01:00
|
|
|
description = "This utility is designed to manage wifi in your system"
|
2024-08-15 07:09:31 +01:00
|
|
|
script = "wifi-control.sh"
|
|
|
|
|
|
|
|
[[data]]
|
|
|
|
name = "Bluetooth Manager"
|
2024-09-19 01:17:08 +01:00
|
|
|
description = "This utility is designed to manage bluetooth in your system"
|
2024-08-15 07:09:31 +01:00
|
|
|
script = "bluetooth-control.sh"
|
|
|
|
|
2024-08-21 07:26:59 +01:00
|
|
|
[[data]]
|
|
|
|
name = "Numlock on Startup"
|
2024-09-19 01:17:08 +01:00
|
|
|
description = "This utility is designed to configure auto enabling of numlock on boot"
|
2024-08-21 07:26:59 +01:00
|
|
|
script = "numlock.sh"
|
|
|
|
|
2024-09-16 13:42:22 +01:00
|
|
|
[[data]]
|
|
|
|
name = "Ollama"
|
2024-09-19 01:17:08 +01:00
|
|
|
description = "This utility is designed to manage ollama in your system"
|
2024-09-16 13:42:22 +01:00
|
|
|
script = "ollama.sh"
|
|
|
|
|
2024-09-16 18:32:05 +01:00
|
|
|
[[data]]
|
|
|
|
name = "Service Manager"
|
2024-09-19 01:17:08 +01:00
|
|
|
description = "This utility is designed to manage services in your system"
|
2024-09-16 18:32:05 +01:00
|
|
|
script = "service-control.sh"
|
|
|
|
|
2024-09-18 15:13:33 +01:00
|
|
|
[[data]]
|
|
|
|
name = "Auto Login"
|
|
|
|
script = "auto-login.sh"
|
|
|
|
|
2024-09-18 15:14:52 +01:00
|
|
|
[[data]]
|
2024-09-18 17:24:48 +01:00
|
|
|
name = "Bootable USB Creator"
|
2024-09-18 15:14:52 +01:00
|
|
|
script = "create-bootable-usb.sh"
|
|
|
|
|
2024-09-18 15:15:29 +01:00
|
|
|
[[data]]
|
|
|
|
name = "Auto Power Profiling"
|
|
|
|
script = "power-profile.sh"
|
|
|
|
|
2024-09-18 15:15:57 +01:00
|
|
|
[[data]]
|
|
|
|
name = "Timeshift Backup"
|
|
|
|
script = "timeshift.sh"
|
|
|
|
|
2024-08-15 07:09:31 +01:00
|
|
|
[[data]]
|
|
|
|
name = "Monitor Control"
|
2024-08-15 07:20:05 +01:00
|
|
|
|
|
|
|
[[data.preconditions]]
|
|
|
|
matches = true
|
|
|
|
data = { environment = "XDG_SESSION_TYPE" }
|
2024-08-29 21:50:34 +01:00
|
|
|
values = ["x11", "X11", "xorg", "Xorg", "tty"]
|
2024-08-15 07:09:31 +01:00
|
|
|
|
2024-08-29 21:50:34 +01:00
|
|
|
[[data.preconditions]]
|
|
|
|
matches = true
|
|
|
|
data = { environment = "DISPLAY" }
|
|
|
|
values = [":0", ":1", ":2", ":3", ":4", ":5", ":6", ":7", ":8", ":9"]
|
2024-08-15 07:09:31 +01:00
|
|
|
|
|
|
|
[[data.entries]]
|
|
|
|
name = "Duplicate Displays"
|
2024-09-19 01:17:08 +01:00
|
|
|
description = "This utility is designed to duplicate display among multi-monitor setup in your system"
|
2024-08-15 07:09:31 +01:00
|
|
|
script = "monitor-control/duplicate_displays.sh"
|
|
|
|
|
|
|
|
[[data.entries]]
|
|
|
|
name = "Extend Displays"
|
2024-09-19 01:17:08 +01:00
|
|
|
description = "This utility is designed to extend display among multi-monitor setup in your system"
|
2024-08-15 07:09:31 +01:00
|
|
|
script = "monitor-control/extend_displays.sh"
|
|
|
|
|
|
|
|
[[data.entries]]
|
|
|
|
name = "Auto Detect Displays"
|
2024-09-19 01:17:08 +01:00
|
|
|
description = "This utility is designed to detect and apply recommended configuration for monitors connected with your system"
|
2024-08-15 07:09:31 +01:00
|
|
|
script = "monitor-control/auto_detect_displays.sh"
|
|
|
|
|
|
|
|
[[data.entries]]
|
|
|
|
name = "Enable Monitor"
|
2024-09-19 01:17:08 +01:00
|
|
|
description = "This utility is designed to enable a monitor in your system"
|
2024-08-15 07:09:31 +01:00
|
|
|
script = "monitor-control/enable_monitor.sh"
|
|
|
|
|
|
|
|
[[data.entries]]
|
|
|
|
name = "Disable Monitor"
|
2024-09-19 01:17:08 +01:00
|
|
|
description = "This utility is designed to disable a monitor in your system"
|
2024-08-15 07:09:31 +01:00
|
|
|
script = "monitor-control/disable_monitor.sh"
|
|
|
|
|
|
|
|
[[data.entries]]
|
|
|
|
name = "Set Primary Monitor"
|
2024-09-19 01:17:08 +01:00
|
|
|
description = "This utility is designed to set a Primary monitor in your system"
|
2024-08-15 07:09:31 +01:00
|
|
|
script = "monitor-control/set_primary_monitor.sh"
|
|
|
|
|
|
|
|
[[data.entries]]
|
|
|
|
name = "Change Orientation"
|
2024-09-19 01:17:08 +01:00
|
|
|
description = "This utility is designed to change the orientation of monitors in your system"
|
2024-08-15 07:09:31 +01:00
|
|
|
script = "monitor-control/change_orientation.sh"
|
|
|
|
|
|
|
|
[[data.entries]]
|
|
|
|
name = "Manage Arrangement"
|
2024-09-19 01:17:08 +01:00
|
|
|
description = "This utility is designed to arrange monitors in multi-monitor setup in your system"
|
2024-08-15 07:09:31 +01:00
|
|
|
script = "monitor-control/manage_arrangement.sh"
|
|
|
|
|
|
|
|
[[data.entries]]
|
|
|
|
name = "Scale Monitors"
|
2024-09-19 01:17:08 +01:00
|
|
|
description = "This utility is designed to change the scaling of monitors in your system"
|
2024-08-15 07:09:31 +01:00
|
|
|
script = "monitor-control/scale_monitor.sh"
|
|
|
|
|
|
|
|
[[data.entries]]
|
|
|
|
name = "Reset Scaling"
|
2024-09-19 01:17:08 +01:00
|
|
|
description = "This utility is designed to reset scaling of a monitor in your system"
|
2024-08-15 07:09:31 +01:00
|
|
|
script = "monitor-control/reset_scaling.sh"
|
|
|
|
matches = true
|
2024-09-18 15:13:33 +01:00
|
|
|
|
|
|
|
[[data.entries]]
|
|
|
|
name = "Set Brightness"
|
|
|
|
script = "monitor-control/set_brightness.sh"
|
|
|
|
matches = true
|