summaryrefslogtreecommitdiff
path: root/luals-stubs/display.lua
blob: 89f1de259ec6d23e7b0585660158344334766425 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
-- SPDX-FileCopyrightText: 2023 jacqueline <me@jacqueline.id.au>
--
-- SPDX-License-Identifier: GPL-3.0-only

--- @meta

--- The `display` module contains Properties relating to the device's physical
--- display.
--- @class display
--- @field brightness Property The screen's current brightness, as a gamma-corrected percentage value from 0 to 100.
local display = {}

return display