diff options
| author | awy <awy@awy.one> | 2025-11-24 19:29:12 +0300 |
|---|---|---|
| committer | awy <awy@awy.one> | 2025-11-24 19:29:12 +0300 |
| commit | fa959bc51fa751e804c3fd4fdedb0d056c10bb8d (patch) | |
| tree | 277e1537218ee3ecc26e7a72eb554c9b8408107b /.config/hypr/hyprland.conf | |
| parent | 775239c9a585307b71bbb68329e6ae39cbc48d92 (diff) | |
| download | hyprdots-fa959bc51fa751e804c3fd4fdedb0d056c10bb8d.tar.gz | |
yeeeeeeeeeeeeeeep
Diffstat (limited to '.config/hypr/hyprland.conf')
| -rw-r--r-- | .config/hypr/hyprland.conf | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 29c2360..65c46b4 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -27,7 +27,7 @@ env = XCURSOR_THEME,Adwaita env = HYPRCURSOR_SIZE,24 env = HYPRCURSOR_THEME,Adwaita env = GBM_BACKEND,nvidia-drm -env = GTK_THEME,Everforest-Yellow-Dark +env = GTK_THEME,Catppuccin-Pink-Dark # ecosystem { # enforce_permissions = 1 @@ -38,16 +38,14 @@ env = GTK_THEME,Everforest-Yellow-Dark # permission = /usr/(bin|local/bin)/hyprpm, plugin, allow general { - gaps_in = 0 - gaps_out = 0 + gaps_in = 5 + gaps_out = 10 border_size = 2 - # col.active_border = rgb(83a598) - # col.inactive_border = rgb(595959) - # col.active_border = rgb(83a598) - # col.inactive_border = rgb(3c3836) - col.active_border = rgb(7fbbb3) - col.inactive_border = rgb(2e383c) + col.active_border = rgb(f5c2e7) + col.inactive_border = rgb(313244) + # col.active_border = rgb(7fbbb3) + # col.inactive_border = rgb(2e383c) resize_on_border = false @@ -76,7 +74,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 @@ -115,7 +113,7 @@ misc { disable_hyprland_logo = true enable_swallow = 1 swallow_regex = ^(footclient)$ - background_color = 0x1E2326 + background_color = 0x181825 disable_hyprland_guiutils_check = true middle_click_paste = false } |