updated colors to work with noctalia
This commit is contained in:
@@ -5,15 +5,18 @@
|
||||
-- Refer to https://wiki.hypr.land/Configuring/Variables/
|
||||
|
||||
-- https://wiki.hypr.land/Configuring/Variables/--general
|
||||
-- Bypass the Lua module cache to load fresh Noctalia colors on reload
|
||||
local colors = dofile(os.getenv("HOME") .. "/.config/hypr/noctalia/noctalia-colors.lua")
|
||||
|
||||
hl.config ({
|
||||
general = {
|
||||
gaps_in = 3,
|
||||
gaps_out = 5,
|
||||
gaps_in = 5,
|
||||
gaps_out = 10,
|
||||
border_size = 1,
|
||||
-- https://wiki.hypr.land/Configuring/Variables/--variable-types for info about colors,
|
||||
col = {
|
||||
active_border = { colors = { "rgba(33ccffee)", "rgba(00ff99ee)"}, angle = 45},
|
||||
inactive_border = "rgba(595959aa)",
|
||||
["active_border"] = { colors = { colors.primary, colors.tertiary }, angle = 9},
|
||||
["inactive_border"] = colors.background,
|
||||
},
|
||||
-- Set to true enable resizing windows by clicking and dragging on borders and gaps,
|
||||
|
||||
@@ -26,22 +29,22 @@ hl.config ({
|
||||
|
||||
-- https://wiki.hypr.land/Configuring/Variables/--decoration
|
||||
decoration = {
|
||||
rounding = 10,
|
||||
rounding = 20,
|
||||
rounding_power = 2,
|
||||
-- Change transparency of focused and unfocused windows,
|
||||
active_opacity = 1.0,
|
||||
inactive_opacity = 1.0,
|
||||
shadow = {
|
||||
enabled = true,
|
||||
range = 4,
|
||||
render_power = 3,
|
||||
color = "rgba(1a1a1aee)",
|
||||
range = 5,
|
||||
render_power = 7,
|
||||
color = colors.background,
|
||||
},
|
||||
-- https://wiki.hypr.land/Configuring/Variables/--blur,
|
||||
blur = {
|
||||
enabled = true,
|
||||
size = 3,
|
||||
passes = 1,
|
||||
passes = 2,
|
||||
vibrancy = 0.1696,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user