diff options
author | Thanos Apollo <[email protected]> | 2023-03-26 23:36:30 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-03-26 23:36:30 +0300 |
commit | 39cc40c1e26fbe4f6226d2817edbc13e31e1e47b (patch) | |
tree | de6223fd313fd700a7cd229af9d5920cd2c304e0 /.config/hypr | |
parent | 1139b294670e4942a1db3b4547ed0cce37e1e727 (diff) |
hypr: change opacity and gaps values
Diffstat (limited to '.config/hypr')
-rw-r--r-- | .config/hypr/hyprland.conf | 6 |
1 files changed, 3 insertions, 3 deletions
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 |