Update backlight darkman setup
This commit is contained in:
parent
f795e22d1e
commit
79fd94bca7
4 changed files with 10 additions and 1 deletions
|
|
@ -7,4 +7,5 @@ yay -S --needed neovim \
|
||||||
ghostty \
|
ghostty \
|
||||||
btop \
|
btop \
|
||||||
zoxide fzf \
|
zoxide fzf \
|
||||||
wifi-qr
|
wifi-qr \
|
||||||
|
brightnessctl
|
||||||
|
|
|
||||||
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -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/*
|
||||||
|
|
|
||||||
3
.local/share/dark-mode.d/backlight.sh
Executable file
3
.local/share/dark-mode.d/backlight.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/env sh
|
||||||
|
|
||||||
|
brightnessctl set 25%
|
||||||
3
.local/share/light-mode.d/backlight.sh
Executable file
3
.local/share/light-mode.d/backlight.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/env sh
|
||||||
|
|
||||||
|
brightnessctl set 75%
|
||||||
Loading…
Add table
Add a link
Reference in a new issue