Migrate hyprland config to lua
This commit is contained in:
parent
3271f3924e
commit
bdaeb19666
29 changed files with 485 additions and 437 deletions
24
.config/hypr/dracula.lua
Normal file
24
.config/hypr/dracula.lua
Normal 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)",
|
||||
},
|
||||
},
|
||||
})
|
||||
Loading…
Reference in a new issue