Migrate hyprland config to lua

This commit is contained in:
Tobias Reisinger 2026-09-03 12:41:22 +02:00
commit bdaeb19666
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
29 changed files with 485 additions and 437 deletions

24
.config/hypr/dracula.lua Normal file
View file

@ -0,0 +1,24 @@
hl.config({
general = {
border_size = 2,
col = {
active_border = "rgba(bd93f9ff)",
inactive_border = "rgba(44475aaa)",
nogroup_border = "rgba(282a36dd)",
nogroup_border_active = "rgba(bd93f9ff)",
},
},
group = {
groupbar = {
col = {
active = "rgba(bd93f9ff)",
inactive = "rgba(282a36dd)",
},
},
},
decoration = {
shadow = {
color = "rgba(1E202966)",
},
},
})