Geoffrey Frogeye
1f61ceb395
They're a bit slower to start :(. Hopefully this is something that flakes will help with, otherwise I'll find another way.
13 lines
373 B
Bash
Executable file
13 lines
373 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# FIXME
|
|
|
|
if [ "$(cat /etc/hostname)" = "curacao.geoffrey.frogeye.fr" ]
|
|
then
|
|
echo 40000 | sudo tee /sys/class/backlight/intel_backlight/brightness
|
|
elif [ "$(cat /etc/hostname)" = "pindakaas.geoffrey.frogeye.fr" ]
|
|
then
|
|
echo 3500 | sudo tee /sys/class/backlight/edp-backlight/brightness
|
|
fi
|
|
automatrop -e base16_scheme=solarized-light --tags color
|