From 82882ec2db40b427b423aebb6bf60a98bbd23130 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Fri, 5 Dec 2025 23:39:02 +0100 Subject: [PATCH] hypr: adjust gaps & groupbars --- dot-config/hypr/fragments/keybinds.conf | 1 + dot-config/hypr/hyprland.conf | 30 ++++++++++++------------- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/dot-config/hypr/fragments/keybinds.conf b/dot-config/hypr/fragments/keybinds.conf index 93bef76b..ce8ab46c 100644 --- a/dot-config/hypr/fragments/keybinds.conf +++ b/dot-config/hypr/fragments/keybinds.conf @@ -28,6 +28,7 @@ bind = $mainmod SHIFT, G, lockactivegroup, toggle bind = $mainmod CTRL, G, denywindowfromgroup, toggle bind = $mainmod ALT, G, moveoutofgroup, active bind = $mainmod, P, exec, foot -w 640x400 -a popup -H hyprpicker #color Pipette +bind = $mainmod SHIFT, P, pin bind = $mainmod, S, layoutmsg, swapwithmaster # master bind = $mainmod, S, togglesplit, # dwindle bind = $mainmod Shift, S, swapsplit, # dwindle diff --git a/dot-config/hypr/hyprland.conf b/dot-config/hypr/hyprland.conf index d93efe82..d4be34aa 100644 --- a/dot-config/hypr/hyprland.conf +++ b/dot-config/hypr/hyprland.conf @@ -32,7 +32,7 @@ exec-once = /usr/libexec/pam_kwallet_init exec-once = openrc --user hyprland # AFTER pam_kwallet_init!!! exec-once = hyprpm reload exec-once = env XDG_MENU_PREFIX=plasma- kbuildsycoca6 -exec-once = matugen -t scheme-rainbow image /home/andy/Wallpapers/3440x1440-jffmy9eofxof1.jpg +exec-once = matugen -t neutral image /home/andy/Wallpapers/3440x1440-jffmy9eofxof1.jpg exec-once = openrgb -p default # Unset variables on exit @@ -43,8 +43,8 @@ exec-shutdown = setenv WAYLAND_DISPLAY= XDG_SESSION_TYPE= XDG_CURRENT_DESKTOP= general { allow_tearing = 1 border_size = 2 - gaps_in = 5 - gaps_out = 12 + gaps_in = 10 + gaps_out = 20 # col.active_border = rgba(33ccffee) rgba(00ff99ee) 15deg #vanilla colors col.active_border = 0xff$tertiary 0x88$tertiary 50deg col.nogroup_border_active = 0xff$error 0x88$error 50deg @@ -82,7 +82,8 @@ master { } decoration { - rounding = 10 + rounding = 5 + rounding_power = 2 dim_special = 0.3 dim_inactive = 1 dim_strength = 0.2 @@ -150,7 +151,7 @@ group { merge_groups_on_drag = 0 insert_after_current = 1 col.border_active = 0xff$secondary 0x88$secondary 50deg - col.border_locked_active = 0xff$primary 0x88$primary 50deg + col.border_locked_active = 0xff$tertiary 0x88$tertiary 50deg col.border_inactive = 0xff$background col.border_locked_inactive = 0xff$background groupbar { @@ -160,30 +161,29 @@ group { font_weight_active = bold font_weight_inactive = bold text_color = 0xff$on_secondary - text_color_locked_active = 0xff$on_primary - text_color_inactive = 0xff$on_background - text_color_locked_inactive = 0xff$background + text_color_locked_active = 0xff$on_tertiary + text_color_inactive = 0xaa$on_background + text_color_locked_inactive = 0xaa$on_background height = 22 - text_color = 0xff$on_secondary scrolling = 1 - col.active = 0xff$secondary 0xaa$secondary 50deg - col.locked_active = 0xff$primary 0xaa$primary 50deg - col.inactive = 0xff$background - col.locked_inactive = 0xff$background + col.active = 0xcc$secondary 0x80$secondary 50deg + col.locked_active = 0xcc$tertiary 0x80$tertiary 50deg + col.inactive = 0xcc$background 0x80$background 50deg + col.locked_inactive = 0xff$background 0x80$background 50deg indicator_gap = 0 indicator_height = 0 render_titles = 1 priority = 3 - rounding = 4 round_only_edges = 1 gradients = 1 - gradient_rounding = 10 + gradient_rounding = 5 gradient_rounding_power = 2 gradient_round_only_edges = 1 stacked = 0 gaps_in = 2 gaps_out = 2 keep_upper_gap = 0 + blur = 1 } } -- 2.51.2