diff options
author | awy <awy@awy.one> | 2025-10-06 17:48:14 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-10-06 17:48:14 +0300 |
commit | 23f4f1b05a96784ae5c29b1ebea88b35388a5d0b (patch) | |
tree | 704e0b2b51dac7195a9b3d7a38a47c9bc2e44b88 /.config/hypr | |
parent | 5b387fbd19a8c2e68390c3042bff8748e259bef0 (diff) | |
download | hyprdots-23f4f1b05a96784ae5c29b1ebea88b35388a5d0b.tar.gz |
catppuccin
Diffstat (limited to '.config/hypr')
-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 |