linutil/tabs/utils/tab_data.toml

111 lines
3.2 KiB
TOML
Raw Normal View History

2024-08-15 07:09:31 +01:00
name = "Utilities"
[[data]]
name = "WiFi Manager"
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"
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"
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"
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"
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]]
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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