Update backlight darkman setup

This commit is contained in:
Michel Fedde 2025-04-10 16:46:27 +02:00
parent f795e22d1e
commit 79fd94bca7
4 changed files with 10 additions and 1 deletions

View file

@ -7,4 +7,5 @@ yay -S --needed neovim \
ghostty \ ghostty \
btop \ btop \
zoxide fzf \ zoxide fzf \
wifi-qr wifi-qr \
brightnessctl

2
.gitignore vendored
View file

@ -34,6 +34,8 @@
/.ssh/* /.ssh/*
!/.ssh/config !/.ssh/config
!/.ssh/*.pub !/.ssh/*.pub
/.ssh/db.key.pub
/.ssh/work-bitbucket.key.pub
!/.local/ !/.local/
/.local/* /.local/*

View file

@ -0,0 +1,3 @@
#!/bin/env sh
brightnessctl set 25%

View file

@ -0,0 +1,3 @@
#!/bin/env sh
brightnessctl set 75%