diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-14 15:55:29 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-14 15:55:29 +0900 |
| commit | 5e9cd60e59482c5a026988b50464dc7da24df0fa (patch) | |
| tree | be8f047afd5ed841379ac6aa246c1dc49c13a4b0 /config/hypr/UserConfigs/UserDecorAnimations.conf | |
| parent | 875b61443f68a7f24b059aa23eb2622cc24db2e8 (diff) | |
Some settings are moved to UserDecorAnimations.conf from UserSettings.conf. These are settings which relates to Decorations and Colors, borders, etc.
Diffstat (limited to 'config/hypr/UserConfigs/UserDecorAnimations.conf')
| -rw-r--r-- | config/hypr/UserConfigs/UserDecorAnimations.conf | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/config/hypr/UserConfigs/UserDecorAnimations.conf b/config/hypr/UserConfigs/UserDecorAnimations.conf index 954a1d40..bd10091a 100644 --- a/config/hypr/UserConfigs/UserDecorAnimations.conf +++ b/config/hypr/UserConfigs/UserDecorAnimations.conf @@ -8,6 +8,15 @@ # Sourcing colors generated by wallust source = $HOME/.config/hypr/wallust/wallust-hyprland.conf +general { + border_size = 2 + gaps_in = 6 + gaps_out = 8 + + col.active_border = $color12 + col.inactive_border = $color9 +} + decoration { rounding = 10 @@ -21,11 +30,11 @@ decoration { shadow { enabled = true - range = 6 + range = 3 render_power = 1 color = $color12 - color_inactive = $color2 + color_inactive = $color9 } @@ -39,6 +48,13 @@ decoration { } } +group { + col.border_active = $color15 + + groupbar { + col.active = $color0 + } +} animations { enabled = yes |
