diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2024-12-25 13:26:37 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2024-12-25 13:26:37 +0000 |
| commit | f4c682dc6bdeebe9f0c6a20deb7092cf893791a1 (patch) | |
| tree | 95c74ae69b4d49ee808b23baf4f90a44472dad8c /hyprland/22-theme.conf | |
| parent | 3e7f5b25dbdba42fd42bb34e89d61f9c4e844b24 (diff) | |
Hyprland changes
Diffstat (limited to 'hyprland/22-theme.conf')
| -rw-r--r-- | hyprland/22-theme.conf | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/hyprland/22-theme.conf b/hyprland/22-theme.conf index 9c06384..5cf5d6f 100644 --- a/hyprland/22-theme.conf +++ b/hyprland/22-theme.conf @@ -25,15 +25,18 @@ decoration { } group { + auto_group = false col.border_active = $col_active_border col.border_inactive = $col_inactive_border groupbar { font_family = $font_primary font_size = 10 - gradients = false - col.active = 0x66ffff00 + gradients = true + col.active = 0x434e59ff col.inactive = 0x00000000 + stacked = true + render_titles = true } } @@ -54,6 +57,7 @@ animations { xwayland { force_zero_scaling = true + use_nearest_neighbor = false } dwindle { |
