From 23f4f1b05a96784ae5c29b1ebea88b35388a5d0b Mon Sep 17 00:00:00 2001 From: awy Date: Mon, 6 Oct 2025 17:48:14 +0300 Subject: catppuccin --- .config/hypr/hyprland.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.config/hypr') 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 -- cgit v1.2.3