-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhyprland.lua
More file actions
65 lines (63 loc) · 1.38 KB
/
hyprland.lua
File metadata and controls
65 lines (63 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
-- Generated by scripts/hypr2lua.
-- Source: /home/hancore/.config/omarchy/themes/turbonite/hyprland.conf
hl.config({
general = {
col = {
active_border = {
colors = { "rgba(48191bee)", "rgba(666a6dee)", "rgba(37393Aee)", "rgba(0B0C0Cee)", "rgba(48191bee)" },
angle = 45,
},
inactive_border = "rgb(131415)",
},
gaps_in = 7,
gaps_out = 11,
border_size = 2,
},
group = {
col = {
border_active = {
colors = { "rgba(48191bee)", "rgba(666a6dee)", "rgba(37393Aee)", "rgba(0B0C0Cee)", "rgba(48191bee)" },
angle = 45,
},
border_inactive = "rgb(131415)",
},
groupbar = {
col = {
active = "rgba(48191b99)",
inactive = "rgba(13141588)",
},
text_color = "rgb(ed9a1d)",
text_color_inactive = "rgba(EBD698ee)",
},
},
decoration = {
rounding = 6,
rounding_power = 3,
shadow = {
enabled = true,
range = 16,
color = "rgba(00000088)",
},
},
})
hl.window_rule({
opacity = "1.0 override",
no_dim = true,
match = {
class = "^(vesktop|Vesktop)$",
},
})
hl.window_rule({
opacity = "1.0 override",
no_dim = true,
match = {
class = "^(code|VSCode|VSCodium)$",
},
})
hl.window_rule({
opacity = "1.0 override",
no_dim = true,
match = {
class = "^(chromium|Chromium|google-chrome|Brave|brave-browser)$",
},
})