]> Freerunner's - dotfiles.git/commitdiff
hypr: adjust gaps & groupbars
authorAndre Ramnitz <tux.rising@gmail.com>
Fri, 5 Dec 2025 22:39:02 +0000 (23:39 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Fri, 5 Dec 2025 22:39:02 +0000 (23:39 +0100)
dot-config/hypr/fragments/keybinds.conf
dot-config/hypr/hyprland.conf

index 93bef76b34771b99154bd078f48d2d9547649b9c..ce8ab46ced7bf6499181cc933e906c782f2682eb 100644 (file)
@@ -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
index d93efe82c1b1908e56fcef84b0d100663e3c0475..d4be34aaf4d0ab10efb2b384ef25d613b32b4d0c 100644 (file)
@@ -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
     }
 }