diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-14 16:32:28 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-14 16:32:28 +0200 |
commit | 535d7f305167396797269277e92680481b22af32 (patch) | |
tree | e1bf7bbb4a18a04e29251104448c8573cd81ef21 /.config/hypr | |
parent | aced618b979bce669ba04f396ccce14d9f5e30c2 (diff) |
Hyprland: Set brightness to 75%
Diffstat (limited to '.config/hypr')
-rw-r--r-- | .config/hypr/hyprland.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/hypr/hyprland.conf.in b/.config/hypr/hyprland.conf.in index 9e6fbb3..95a89dd 100644 --- a/.config/hypr/hyprland.conf.in +++ b/.config/hypr/hyprland.conf.in @@ -1,5 +1,5 @@ __setup_env -exec-once = lux -S 50 +exec-once = lux -S 75 # exec-once = ewd && ewctl $XDG_PICTURES_DIR/bg.jxl exec-once = wbg $XDG_PICTURES_DIR/bg.png exec-once = eww daemon && eww open bar-1 |