2024-08-15 07:09:31 +01:00
|
|
|
name = "Utilities"
|
|
|
|
|
|
|
|
[[data]]
|
|
|
|
name = "WiFi Manager"
|
|
|
|
script = "wifi-control.sh"
|
|
|
|
|
|
|
|
[[data]]
|
|
|
|
name = "Bluetooth Manager"
|
|
|
|
script = "bluetooth-control.sh"
|
|
|
|
|
2024-08-21 07:26:59 +01:00
|
|
|
[[data]]
|
|
|
|
name = "Numlock on Startup"
|
|
|
|
script = "numlock.sh"
|
|
|
|
|
2024-09-16 13:42:22 +01:00
|
|
|
[[data]]
|
|
|
|
name = "Ollama"
|
|
|
|
script = "ollama.sh"
|
|
|
|
|
2024-09-16 18:32:05 +01:00
|
|
|
[[data]]
|
|
|
|
name = "Service Manager"
|
|
|
|
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"
|
|
|
|
script = "monitor-control/duplicate_displays.sh"
|
|
|
|
|
|
|
|
[[data.entries]]
|
|
|
|
name = "Extend Displays"
|
|
|
|
script = "monitor-control/extend_displays.sh"
|
|
|
|
|
|
|
|
[[data.entries]]
|
|
|
|
name = "Auto Detect Displays"
|
|
|
|
script = "monitor-control/auto_detect_displays.sh"
|
|
|
|
|
|
|
|
[[data.entries]]
|
|
|
|
name = "Enable Monitor"
|
|
|
|
script = "monitor-control/enable_monitor.sh"
|
|
|
|
|
|
|
|
[[data.entries]]
|
|
|
|
name = "Disable Monitor"
|
|
|
|
script = "monitor-control/disable_monitor.sh"
|
|
|
|
|
|
|
|
[[data.entries]]
|
|
|
|
name = "Set Primary Monitor"
|
|
|
|
script = "monitor-control/set_primary_monitor.sh"
|
|
|
|
|
|
|
|
[[data.entries]]
|
|
|
|
name = "Change Orientation"
|
|
|
|
script = "monitor-control/change_orientation.sh"
|
|
|
|
|
|
|
|
[[data.entries]]
|
|
|
|
name = "Manage Arrangement"
|
|
|
|
script = "monitor-control/manage_arrangement.sh"
|
|
|
|
|
|
|
|
[[data.entries]]
|
|
|
|
name = "Scale Monitors"
|
|
|
|
script = "monitor-control/scale_monitor.sh"
|
|
|
|
|
|
|
|
[[data.entries]]
|
|
|
|
name = "Reset Scaling"
|
|
|
|
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
|