From 39cc40c1e26fbe4f6226d2817edbc13e31e1e47b Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sun, 26 Mar 2023 23:36:30 +0300 Subject: hypr: change opacity and gaps values --- .config/hypr/hyprland.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config/hypr') diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 3e33bfb..78dac8f 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -33,7 +33,7 @@ input { general { # See https://wiki.hyprland.org/Configuring/Variables/ for more gaps_in = 5 - gaps_out = 20 + gaps_out = 10 border_size = 2 col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg col.inactive_border = rgba(595959aa) @@ -42,8 +42,8 @@ general { decoration { # See https://wiki.hyprland.org/Configuring/Variables/ for more - active_opacity = 0.95 - inactive_opacity = 0.95 + active_opacity = 0.97 + inactive_opacity = 0.99 rounding = 10 blur = no blur_size = 3 -- cgit v1.2.3