Skip to content

Commit

Permalink
clight: set regression points
Browse files Browse the repository at this point in the history
flake.lock: update hyprland
hyprland/config: increase blur
  • Loading branch information
fufexan committed Jul 29, 2023
1 parent 3ecd489 commit 33cb519
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
7 changes: 4 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion home/wayland/hyprland/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ in {
decoration {
rounding = 16
blur = true
blur_size = 3
blur_size = 10
blur_passes = 3
blur_new_optimizations = true
Expand Down
7 changes: 7 additions & 0 deletions hosts/io/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@
};

services = {
clight.settings.sensor = let
regression = [0.000 0.104 0.299 0.472 0.621 0.749 0.853 0.935 0.995 1.000 1.000];
in {
ac_regression_points = regression;
bat_regression_points = regression;
};

# for SSD/NVME
fstrim.enable = true;

Expand Down

0 comments on commit 33cb519

Please sign in to comment.