feat: add "horizontal limiter" option

* Option to show horizontal ruler and dim unfocused part of the screen (both height of the focused part and its vertical position can be customized)
* Option to hide horizontal ruler
* Option to change horizontal ruler's thickness
* Option to change dimming (0-100%)

Resolves: #197
This commit is contained in:
Acclorite 2025-12-26 13:22:51 +02:00
parent ffa249ab78
commit 959a193e52
No known key found for this signature in database
GPG key ID: 6E54C611F6EE8593
14 changed files with 387 additions and 0 deletions

View file

@ -218,6 +218,15 @@
</string>
<string name="perception_expander_padding_option">Line side margin</string>
<string name="perception_expander_thickness_option">Line thickness</string>
<string name="horizontal_limiter_option">Horizontal limiter</string>
<string name="horizontal_limiter_option_desc">
Show horizontal ruler and dim unfocused part of the screen
</string>
<string name="horizontal_limiter_height_option">Height</string>
<string name="horizontal_limiter_vertical_offset_option">Vertical offset</string>
<string name="horizontal_limiter_ruler_option">Horizontal ruler</string>
<string name="horizontal_limiter_ruler_thickness_option">Ruler thickness</string>
<string name="horizontal_limiter_dimming_option">Dimming</string>
<string name="screen_orientation_option">Screen orientation</string>
<string name="custom_screen_brightness_option">Custom brightness</string>
<string name="screen_brightness_option">Brightness</string>