Update dotfiles (2026-05-08 15:35:43)

This commit is contained in:
2026-05-08 15:35:43 +02:00
parent 362e7e51a5
commit afd1b5bd53
77 changed files with 127 additions and 347 deletions
+24 -15
View File
@@ -1,22 +1,19 @@
-----------------------
---- LOOK AND FEEL ----
-----------------------
local C = require("color")
-- Refer to https://wiki.hypr.land/Configuring/Basics/Variables/
hl.config({
general = {
gaps_in = 5,
gaps_out = 20,
gaps_in = 3,
gaps_out = 6,
border_size = 2,
col = {
active_border = { colors = { "rgba(33ccffee)", "rgba(00ff99ee)" }, angle = 45 },
inactive_border = "rgba(595959aa)",
active_border = { colors = { C.colors.vivian1, C.colors.ado }, angle = 90 },
inactive_border = { colors = { C.colors.pink, C.colors.vivian2 }, angle = 60 },
},
-- Set to true to enable resizing windows by clicking and dragging on borders and gaps
resize_on_border = false,
resize_on_border = true,
-- Please see https://wiki.hypr.land/Configuring/Advanced-and-Cool/Tearing/ before you turn this on
allow_tearing = false,
@@ -34,16 +31,28 @@ hl.config({
shadow = {
enabled = true,
range = 4,
render_power = 3,
color = 0xee1a1a1a,
range = 100,
render_power = 4,
color = 0x66000000,
color_inactive = 0x33000000,
offset = "0, 10",
scale = 1,
},
blur = {
enabled = true,
size = 3,
passes = 1,
vibrancy = 0.1696,
size = 2,
passes = 3,
new_optimizations = true,
ignore_opacity = true,
contrast = 1.0,
brightness = 1.0,
vibrancy = 0.0,
vibrancy_darkness = 0.0,
xray = false,
noise = 0,
popups = true,
input_methods = true,
},
},