vanadium/autorandr: update orchid brightness

This commit is contained in:
Primrose 2025-10-21 22:00:05 +08:00
parent 0d55754272
commit 1727b0d121
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -169,7 +169,7 @@
(switches.setDPI {dpi = 100;}) (switches.setDPI {dpi = 100;})
(switches.setSoftwareBrightness { (switches.setSoftwareBrightness {
device = name; device = name;
brightness = 0.8; brightness = 0.7;
}) })
]; ];
}; };