[Brightness] Update I2C id
parent
8d0d94a854
commit
1c7e553add
.config/i3/scripts
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
MONITORS='0 9'
|
MONITORS='1 4'
|
||||||
BRIGHT=`zenity --entry --width 40 --text="Brightness:"`
|
BRIGHT=`zenity --entry --width 40 --text="Brightness:"`
|
||||||
|
|
||||||
for m in ${MONITORS}; do
|
for m in ${MONITORS}; do
|
||||||
|
|
Loading…
Reference in New Issue