Skip to content

Commit b8c3185

Browse files
authored
Add files via upload
1 parent 60c22fe commit b8c3185

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

config.toml

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
#[als.iio]
2-
#path = "/sys/bus/iio/devices"
3-
#thresholds = { 0 = "night", 20 = "dark", 80 = "dim", 250 = "normal", 500 = "bright", 800 = "outdoors" }
1+
[als.iio]
2+
path = "/sys/bus/iio/devices"
3+
thresholds = { 0 = "night", 20 = "dark", 80 = "dim", 250 = "normal", 500 = "bright", 800 = "outdoors" }
44

5-
[als.webcam]
6-
video = 0
7-
thresholds = { 0 = "night", 15 = "dark", 30 = "dim", 45 = "normal", 60 = "bright", 75 = "outdoors" }
5+
# [als.webcam]
6+
# video = 0
7+
# thresholds = { 0 = "night", 15 = "dark", 30 = "dim", 45 = "normal", 60 = "bright", 75 = "outdoors" }
88

99
# [als.time]
1010
# thresholds = { 0 = "night", 7 = "dark", 9 = "dim", 11 = "normal", 13 = "bright", 16 = "normal", 18 = "dark", 20 = "night" }
@@ -13,16 +13,16 @@ thresholds = { 0 = "night", 15 = "dark", 30 = "dim", 45 = "normal", 60 = "bright
1313

1414
[[output.backlight]]
1515
name = "eDP-1"
16-
path = "/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.0/drm/card2/card2-eDP-1/amdgpu_bl2"
16+
path = "/sys/class/backlight/intel_backlight"
1717
capturer = "wlroots"
1818

1919
# [[output.ddcutil]]
2020
# name = "Dell Inc. DELL P2415Q"
2121
# capturer = "none"
2222

2323
[[keyboard]]
24-
name = "keyboard-MSI"
25-
path = "/sys/class/net/enp4s0/enp4s0-2::lan"
24+
name = "keyboard-dell"
25+
path = "/sys/bus/platform/devices/dell-laptop/leds/dell::kbd_backlight"
2626

2727
# [[keyboard]]
2828
# name = "keyboard-thinkpad"

0 commit comments

Comments
 (0)