From f410f907ef57e6d8a26e5297d67c554d976815b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Sat, 17 Feb 2024 23:08:52 +0100 Subject: [PATCH] hyperland: thicker border, smaller gaps, changed border and bg color --- hyprland/.config/hypr/hyprland.conf | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/hyprland/.config/hypr/hyprland.conf b/hyprland/.config/hypr/hyprland.conf index 3b0c6b1..02c8aaa 100644 --- a/hyprland/.config/hypr/hyprland.conf +++ b/hyprland/.config/hypr/hyprland.conf @@ -6,15 +6,22 @@ input { } general { - gaps_in = 2 - gaps_out = 5 + gaps_in = 1 + gaps_out = 3 layout = dwindle + border_size = 2 + col.inactive_border = 0xff808080 + col.active_border = 0xffbf6a40 } dwindle { preserve_split = true } +decoration { + drop_shadow = false +} + animations { enabled = false } @@ -23,6 +30,7 @@ misc { disable_hyprland_logo = true disable_splash_rendering = true disable_autoreload = true + background_color = rgb(404040) } $menu = rofi -show drun -theme Arc-Dark