diff options
Diffstat (limited to '.config/hypr/hyprland.conf')
| -rw-r--r-- | .config/hypr/hyprland.conf | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 3b79a69..730e6aa 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -24,7 +24,7 @@ env = XCURSOR_THEME,Adwaita  env = HYPRCURSOR_SIZE,24  env = HYPRCURSOR_THEME,Adwaita  env = GBM_BACKEND,nvidia-drm -env = GTK_THEME,Gruvbox-Dark +env = GTK_THEME,catppuccin  # ecosystem {  #   enforce_permissions = 1 @@ -39,8 +39,8 @@ general {    gaps_out = 10    border_size = 2 -  col.active_border = rgb(83a598) -  col.inactive_border = rgb(595959) +  col.active_border = rgb(b4befe) +  col.inactive_border = rgb(313244)    resize_on_border = false @@ -60,7 +60,7 @@ decoration {    }    blur { -    enabled = false +    enabled = true      size = 3      passes = 1 @@ -69,7 +69,7 @@ decoration {  }  animations { -  enabled = false +  enabled = true    bezier = easeOutQuint,0.23,1,0.32,1    bezier = easeInOutCubic,0.65,0.05,0.36,1    bezier = linear,0,0,1,1  |