feat: much improved hyprland binds

This commit is contained in:
2026-07-08 15:44:19 +02:00
parent 3bec7f4d9e
commit e312c254e8
7 changed files with 108 additions and 62 deletions
+41 -24
View File
@@ -1,26 +1,43 @@
hl.config({
general = {
col = {
active_border = {
colors = {
"rgba({{colors.primary.default.hex_stripped}}cc)",
"rgba({{colors.secondary.default.hex_stripped}}cc)",
"rgba({{colors.tertiary.default.hex_stripped}}cc)",
},
angle = 45,
},
inactive_border = "rgba({{colors.surface_container_low.default.hex_stripped}}33)",
},
},
group = {
col = {
border_active = "rgba({{colors.outline_variant.default.hex_stripped}}77)",
border_inactive = "rgba({{colors.surface_container_high.default.hex_stripped}}33)",
},
},
decoration = {
shadow = {
color = "rgba({{colors.shadow.default.hex_stripped}}20)",
},
},
general = {
col = {
active_border = {
colors = {
"rgba({{colors.primary.default.hex_stripped}}cc)",
"rgba({{colors.secondary.default.hex_stripped}}cc)",
"rgba({{colors.tertiary.default.hex_stripped}}cc)",
},
angle = 45,
},
inactive_border = "rgba({{colors.surface_container_low.default.hex_stripped}}33)",
},
},
group = {
col = {
border_active = "rgba({{colors.secondary.default.hex_stripped}}cc)",
border_inactive = "rgba({{colors.surface_container_high.default.hex_stripped}}33)",
border_locked_active = "rgba({{colors.tertiary.default.hex_stripped}}cc)",
border_locked_inactive = "rgba({{colors.surface_container_high.default.hex_stripped}}33)",
},
},
groupbar = {
font_family = "Comfortaa",
height = 12,
font_size = 10,
text_color = "rgba({{colors.on_secondary.default.hex_stripped}}aa)",
text_color_inactive = "rgba({{colors.on_surface.default.hex_stripped}}aa)",
text_color_locked_active = "rgba({{colors.on_error.default.hex_stripped}}aa)",
text_color_locked_inactive = "rgba({{colors.on_surface.default.hex_stripped}}aa)",
col = {
active = "rgba({{colors.secondary.default.hex_stripped}}aa)",
inactive = "rgba({{colors.surface_container_low.default.hex_stripped}}aa)",
locked_inactive = "rgba({{colors.surface_container_high.default.hex_stripped}}aa)",
locked_active = "rgba({{colors.error.default.hex_stripped}}aa)",
},
},
decoration = {
shadow = {
color = "rgba({{colors.shadow.default.hex_stripped}}20)",
},
},
})