disable hyprland effects
This commit is contained in:
@@ -119,9 +119,11 @@ in {
|
|||||||
#blur_size = 3
|
#blur_size = 3
|
||||||
#blur_passes = 1
|
#blur_passes = 1
|
||||||
#blur_new_optimizations = on
|
#blur_new_optimizations = on
|
||||||
|
blur = {
|
||||||
|
enabled = false;
|
||||||
|
};
|
||||||
shadow = {
|
shadow = {
|
||||||
enabled = true;
|
enabled = false;
|
||||||
range = 4;
|
range = 4;
|
||||||
render_power = 3;
|
render_power = 3;
|
||||||
color = "rgba(1a1a1aee)";
|
color = "rgba(1a1a1aee)";
|
||||||
@@ -129,7 +131,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
animations = {
|
animations = {
|
||||||
enabled = true;
|
enabled = false;
|
||||||
|
|
||||||
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
#inactive_tab_foreground = "#${config.colorScheme.colors.base05}";
|
#inactive_tab_foreground = "#${config.colorScheme.colors.base05}";
|
||||||
#inactive_tab_background = "#${config.colorScheme.colors.base00}";
|
#inactive_tab_background = "#${config.colorScheme.colors.base00}";
|
||||||
env = "TERM=xterm-256color";
|
env = "TERM=xterm-256color";
|
||||||
background_opacity = lib.mkForce "0.6";
|
background_opacity = lib.mkForce "0.85";
|
||||||
font_size = 13;
|
font_size = 13;
|
||||||
# ...
|
# ...
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user