diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-01-14 18:03:24 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-14 18:03:24 +0900 |
| commit | 4a7f7ae99d914003ff4d6976d84c473be2dd7133 (patch) | |
| tree | 373d12e42f65863618ed3d3c123e4e404456ae6f /config/hypr/UserConfigs | |
| parent | d61b676b9b8b32f73def3d92aa3eb31ab6a2bfbc (diff) | |
| parent | a4956da883d5fe2d66d528d2e9a890a2c6d064a8 (diff) | |
Merge pull request #523 from JaKooLit/main
Main to Development
Diffstat (limited to 'config/hypr/UserConfigs')
| -rw-r--r-- | config/hypr/UserConfigs/UserDecorAnimations.conf | 20 | ||||
| -rw-r--r-- | config/hypr/UserConfigs/UserSettings.conf | 22 |
2 files changed, 21 insertions, 21 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 diff --git a/config/hypr/UserConfigs/UserSettings.conf b/config/hypr/UserConfigs/UserSettings.conf index dfca157d..f5bfcf7e 100644 --- a/config/hypr/UserConfigs/UserSettings.conf +++ b/config/hypr/UserConfigs/UserSettings.conf @@ -5,8 +5,7 @@ # refer to Hyprland wiki for more info https://wiki.hyprland.org/Configuring/Variables/ -# Sourcing colors generated by wallust -source = $HOME/.config/hypr/wallust/wallust-hyprland.conf +# NOTE: some settings are in ~/.config/hypr/UserConfigs/UserDecorAnimations.conf dwindle { pseudotile = yes @@ -21,15 +20,8 @@ master { } general { - border_size = 2 - gaps_in = 6 - gaps_out = 8 - resize_on_border = true - - col.active_border = $color12 - col.inactive_border = $background - + layout = dwindle } @@ -82,14 +74,6 @@ gestures { } -group { - col.border_active = $color15 - - groupbar { - col.active = $color0 - } -} - misc { disable_hyprland_logo = true disable_splash_rendering = true @@ -132,4 +116,4 @@ cursor { enable_hyprcursor = true warp_on_change_workspace = 2 no_warps = true -}
\ No newline at end of file +} |
