diff options
Diffstat (limited to 'config/hypr/UserConfigs/user_decorations.lua')
| -rw-r--r-- | config/hypr/UserConfigs/user_decorations.lua | 94 |
1 files changed, 47 insertions, 47 deletions
diff --git a/config/hypr/UserConfigs/user_decorations.lua b/config/hypr/UserConfigs/user_decorations.lua index 6d2bab7a..b3b175d9 100644 --- a/config/hypr/UserConfigs/user_decorations.lua +++ b/config/hypr/UserConfigs/user_decorations.lua @@ -11,54 +11,54 @@ -- Uncomment and edit examples below if you want defaults in the repo template. -- Example general overrides: --- hl.config({ --- general = { --- border_size = 1, --- gaps_in = 4, --- gaps_out = 6, --- }, --- }) +hl.config({ + general = { + border_size = 1, + gaps_in = 4, + gaps_out = 6, + }, +}) -- Example decoration overrides: --- hl.config({ --- decoration = { --- rounding = 10, --- active_opacity = 1.0, --- inactive_opacity = 0.95, --- fullscreen_opacity = 1.0, --- dim_inactive = true, --- dim_strength = 0.1, --- dim_special = 0.8, --- shadow = { --- enabled = true, --- range = 2, --- render_power = 1, --- color = "rgba(8db4ffff)", --- color_inactive = "rgba(5f6578ff)", --- }, --- blur = { --- enabled = true, --- size = 6, --- passes = 3, --- new_optimizations = true, --- xray = true, --- ignore_opacity = true, --- special = true, --- popups = true, --- }, --- }, --- }) +hl.config({ + decoration = { + rounding = 10, + active_opacity = 1.0, + inactive_opacity = 0.95, + fullscreen_opacity = 1.0, + dim_inactive = true, + dim_strength = 0.1, + dim_special = 0.8, + shadow = { + enabled = true, + range = 2, + render_power = 1, + color = "rgba(8db4ffff)", + color_inactive = "rgba(5f6578ff)", + }, + blur = { + enabled = true, + size = 6, + passes = 3, + new_optimizations = true, + xray = true, + ignore_opacity = true, + special = true, + popups = true, + }, + }, +}) -- Example group styling: --- hl.config({ --- group = { --- col = { --- border_active = "rgba(ffffffff)", --- }, --- groupbar = { --- col = { --- active = "rgba(0f111aff)", --- }, --- }, --- }, --- }) +hl.config({ + group = { + col = { + border_active = "rgba(ffffffff)", + }, + groupbar = { + col = { + active = "rgba(0f111aff)", + }, + }, + }, +}) |
