mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-28 11:37:29 -05:00
waffles: add config option for switch handle positioning
This commit is contained in:
@@ -46,7 +46,7 @@ Switch {
|
||||
if (root.checked) {
|
||||
return 24 - (root.pressed || root.down ? root.indicatorPressedWidthDiff : 0);
|
||||
} else {
|
||||
return (root.pressed || root.down) ? 3 : 4
|
||||
return (root.pressed || root.down) ? 3 : (Config.options.waffles.tweaks.switchHandlePositionFix ? 4 : 3);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user