disable hyprland effects

This commit is contained in:
Kopatz
2025-03-01 14:13:33 +01:00
parent 83f7d084c6
commit f4fb125b06
2 changed files with 6 additions and 4 deletions

View File

@@ -119,9 +119,11 @@ in {
#blur_size = 3
#blur_passes = 1
#blur_new_optimizations = on
blur = {
enabled = false;
};
shadow = {
enabled = true;
enabled = false;
range = 4;
render_power = 3;
color = "rgba(1a1a1aee)";
@@ -129,7 +131,7 @@ in {
};
animations = {
enabled = true;
enabled = false;
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more

View File

@@ -12,7 +12,7 @@
#inactive_tab_foreground = "#${config.colorScheme.colors.base05}";
#inactive_tab_background = "#${config.colorScheme.colors.base00}";
env = "TERM=xterm-256color";
background_opacity = lib.mkForce "0.6";
background_opacity = lib.mkForce "0.85";
font_size = 13;
# ...
};