Skip to content

Commit d823e5e

Browse files
Merge pull request #746 from guruswarupa/fix-monitor-control
missing script in toml file + refactoring - Monitor Control
2 parents 75f066f + e8fbd9e commit d823e5e

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

core/tabs/utils/tab_data.toml

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,60 +16,66 @@ values = [":0", ":1", ":2", ":3", ":4", ":5", ":6", ":7", ":8", ":9"]
1616

1717
[[data.entries]]
1818
name = "Auto Detect Displays"
19-
description = "This utility is designed to detect and apply recommended configuration for monitors connected with your system"
19+
description = "This script is designed to detect and apply recommended configuration for monitors connected with your system"
2020
script = "monitor-control/auto_detect_displays.sh"
2121

2222
[[data.entries]]
2323
name = "Change Orientation"
24-
description = "This utility is designed to change the orientation of monitors in your system"
24+
description = "This script is designed to change the orientation of monitors in your system"
2525
script = "monitor-control/change_orientation.sh"
2626

2727
[[data.entries]]
2828
name = "Disable Monitor"
29-
description = "This utility is designed to disable a monitor in your system"
29+
description = "This script is designed to disable a monitor in your system"
3030
script = "monitor-control/disable_monitor.sh"
3131

3232
[[data.entries]]
3333
name = "Duplicate Displays"
34-
description = "This utility is designed to duplicate display among multi-monitor setup in your system"
34+
description = "This script is designed to duplicate display among multi-monitor setup in your system"
3535
script = "monitor-control/duplicate_displays.sh"
3636

3737
[[data.entries]]
3838
name = "Enable Monitor"
39-
description = "This utility is designed to enable a monitor in your system"
39+
description = "This script is designed to enable a monitor in your system"
4040
script = "monitor-control/enable_monitor.sh"
4141

4242
[[data.entries]]
4343
name = "Extend Displays"
44-
description = "This utility is designed to extend display among multi-monitor setup in your system"
44+
description = "This script is designed to extend display among multi-monitor setup in your system"
4545
script = "monitor-control/extend_displays.sh"
4646

4747
[[data.entries]]
4848
name = "Manage Arrangement"
49-
description = "This utility is designed to arrange monitors in multi-monitor setup in your system"
49+
description = "This script is designed to arrange monitors in multi-monitor setup in your system"
5050
script = "monitor-control/manage_arrangement.sh"
5151

5252
[[data.entries]]
5353
name = "Reset Scaling"
54-
description = "This utility is designed to reset scaling of a monitor in your system"
54+
description = "This script is designed to reset scaling of a monitor in your system"
5555
script = "monitor-control/reset_scaling.sh"
5656
matches = true
5757

5858
[[data.entries]]
5959
name = "Scale Monitors"
60-
description = "This utility is designed to change the scaling of monitors in your system"
60+
description = "This script is designed to change the scaling of monitors in your system"
6161
script = "monitor-control/scale_monitor.sh"
6262

6363
[[data.entries]]
6464
name = "Set Brightness"
6565
script = "monitor-control/set_brightness.sh"
66+
description = "This script is designed to change the Brightness of monitors connected to your system"
6667
matches = true
6768

6869
[[data.entries]]
6970
name = "Set Primary Monitor"
70-
description = "This utility is designed to set a Primary monitor in your system"
71+
description = "This script is designed to set a Primary monitor in your system"
7172
script = "monitor-control/set_primary_monitor.sh"
7273

74+
[[data.entries]]
75+
name = "Set Resolution"
76+
description = "This script is designed to change the resolution of monitors connected to your system"
77+
script = "monitor-control/set_resolutions.sh"
78+
7379
[[data]]
7480
name = "User Account Manager"
7581

0 commit comments

Comments
 (0)