diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2024-08-09 23:24:03 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2024-08-09 23:24:03 +0100 |
| commit | 1be3e63215eba7e9f606156b1ea745944e1e278f (patch) | |
| tree | 6eb97aaa7967293afb9129a1203acbb3618ed5ad /hyprland/22-theme.conf | |
| parent | 8dafe3923ea3d473f5495134e2241d1d34f63273 (diff) | |
Sort hyprland config
Diffstat (limited to 'hyprland/22-theme.conf')
| -rw-r--r-- | hyprland/22-theme.conf | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/hyprland/22-theme.conf b/hyprland/22-theme.conf new file mode 100644 index 0000000..9c06384 --- /dev/null +++ b/hyprland/22-theme.conf @@ -0,0 +1,80 @@ +# Settings # + +general { + gaps_in = 2 + gaps_out = 5 + border_size = 2 + col.active_border = $col_active_border + col.inactive_border = $col_inactive_border + + layout = dwindle + + allow_tearing = false +} + +decoration { + rounding = 0 + + blur { + enabled = true + size = 3 + passes = 1 + } + + drop_shadow = no +} + +group { + 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 + col.inactive = 0x00000000 + } + +} + +animations { + enabled = yes + # first_launch_animation = no + + bezier = overshoot, 0.05, 0.9, 0.1, 1.05 + + animation = windows, 1, 3, overshoot, slide + animation = border, 1, 5, default + animation = borderangle, 1, 8, default + animation = fade, 1, 3, default + animation = layers, + animation = workspaces, 1, 2, default +} + +xwayland { + force_zero_scaling = true +} + +dwindle { + pseudotile = false + force_split = 2 + preserve_split = yes + no_gaps_when_only = 1 +} + +master { + # new_is_master = false +} + +gestures { + workspace_swipe = on +} + +misc { + disable_hyprland_logo = true + disable_splash_rendering = true + force_default_wallpaper = 0 + # cursor_zoom_factor = 1 + vfr = false +} |
