Adds proper wallpaper reaction to theme
This commit is contained in:
parent
ab0c103ad9
commit
1a04002bd2
22 changed files with 96 additions and 55 deletions
8
.config/theming/modes/executors/10-Backlight.sh
Executable file
8
.config/theming/modes/executors/10-Backlight.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/env sh
|
||||
|
||||
TARGET_BRIGHTNESS=25%
|
||||
if [[ $TARGET_MODE == 'light' ]]; then
|
||||
TARGET_BRIGHTNESS=75%
|
||||
fi
|
||||
|
||||
brightnessctl set $TARGET_BRIGHTNESS
|
||||
Loading…
Add table
Add a link
Reference in a new issue