blob: 912905a9a2828cab3557ef49ee375fcb836718b1 (
plain)
1
2
3
4
5
6
7
8
|
module Dfetch.Brightness where
import System.FilePath ((</>))
import System.Directory (listDirectory)
import Data.List (isPrefixOf)
basePath :: FilePath
basePath = "/sys/class/backlight/"
|